Skip to content

djad04/TheBoxGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Box Game

A puzzle game where you push boxes to solve levels. Built with C and SDL2.

Screenshots

Main Menu

Main Menu

Gameplay

Gameplay

Building and Running

  1. Create a build folder in the project root
  2. Copy all DLL files from sdl2/bin to the build folder
  3. Run this command to build:
gcc main.c -o build/main.exe -I sdl2/include -L sdl2/lib -lSDL2 -lSDL2main -lSDL2_image -lSDL2_ttf
  1. Run the game: build/main.exe

Controls

  • Arrow keys: Move player
  • R: Reset level
  • Esc: Menu

Future Improvements

  • Merge this project with my 2D Map Editor to create a full sandbox mode where players can design and build their own levels.

License

MIT License

About

A puzzle game where you push boxes to solve levels. Built in C with SDL2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages