The game was entirely written in C using SDL2.
Enter these commands in the project directory to build an executable file of the game.
mkdir cmake-build-debug
cd cmake-build-debug
cmake ..
cmake --build .Compile the game with a recent version of GCC or with clang to avoid issues.
These are the tools I used to create my game assets.
Use my assets in your own projects for free!
