Releases: SamuelPerzel/Push-the-Box
Releases · SamuelPerzel/Push-the-Box
v1.1
Push the Box v1.1
The game has been redesigned and rewritten into a class. This is a preparation for the next step, which is implementation of multiple levels.
Changed:
- the rectangles were removed and replaced by actual images in 40x40px resolution
- the code has been rewritten into a class
- the level layout has been expanded from 11x11 to 15x15, which is the biggest possible grid to fit 40x40 tiles on a 1280x720 window, allowing bigger level layouts in the future
v1.0
Push the Box v1.0
The first release of my game, that is for a school project.
This version includes:
- simple graphics
- ability to move in all four directions
- a single level
- ability to reset the level
What I'd like to add someday int he future:
- multiple levels
- tutorial
- main menu
- perhaps some new game mechanics