SDL2 game project with cross-compilation toolchains for all major desktop platforms.
-
Clone the repository.
-
Run
maketo start the dev container.
-
Run
make WIN32=1 -
Run the built executable.
$ ./build/win32/snake.exe
-
Run
make MACOS=1 -
Run the built executable.
$ ./build/macos/snake
-
Run
make LINUX=1 -
Run the built executable.
$ ./build/linux/snake