Skip to content

Releases: SamuelPerzel/Push-the-Box

v1.1

14 Apr 10:36
c84889d
Compare
Choose a tag to compare

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

12 Apr 20:29
12eabb1
Compare
Choose a tag to compare

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