Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 904 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 904 Bytes

Milky Way Gourmet Level Editor

A level editor for Milky Way Gourmet, a space cooking game for mobile.

Screenshot

Level above designed by Eric Rubenstein

Building

macOS and Linux

Create a build directory (you only need to do this once):

mkdir build
cd build

Build (necessary each pull, make sure you're inside the build directory already):

cmake ..
make

Run the level editor (inside build):

./mwgeditor

Windows

Visual Studio

CLion

  • Open the repo folder as a CMake project.