A puzzle game where you push boxes to solve levels. Built with C and SDL2.
- Create a
buildfolder in the project root - Copy all DLL files from
sdl2/binto thebuildfolder - Run this command to build:
gcc main.c -o build/main.exe -I sdl2/include -L sdl2/lib -lSDL2 -lSDL2main -lSDL2_image -lSDL2_ttf- Run the game:
build/main.exe
- Arrow keys: Move player
- R: Reset level
- Esc: Menu
- Merge this project with my 2D Map Editor to create a full sandbox mode where players can design and build their own levels.
MIT License

