Set HM 2023
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 .
These are the tools I used to create my game assets.
Use these assets on your own projects!