A downloadable game for Windows and macOS

Test project to practice programming a sokoban. 

(Assignment for the Intermediate Game Development course at NYU)

NOTE: This is just a simple prototype. It is purely functional.


Controls:

  • WASD to move.
  • U to undo.


Types of blocks:

  • Player
    • Color: Yellow
  • Wall
    • Cannot move.
    • Color: Gray
  • Slick
    • Can only be pushed by another block.
    • Color: Light Blue
  • Sticky
    • If an adjacent block moves, this block moves with them in the same direction.
    • If this block's move is impossible (Ex. Their path is blocked), then they will not move.
    • Color: Green
  • Clingy
    • Can only be pulled by another block.
    • Color: Pink


Download

Download
Sokoban_Test_Windows.zip 26 MB
Download
Sokoban_Test_MacOS.zip 23 MB

Leave a comment

Log in with itch.io to leave a comment.