/mwgeditor

Level editor for Milky Way Gourmet, a space cooking game for mobile

Primary LanguageC

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.