September 04, 2016

Sokoban : Turbo C++



   Sokoban aka Boxworld is a type of puzzle, in which the player pushes boxes around in a warehouse, trying to get them to designated locations. It has been developed using the Turbo C++ 3.0 IDE. It uses BGI Graphics to render all the graphics. 





Rules

  •       The player can move up, down, left, and right.
  •       He can’t pass through walls or boxes.
  •       He can push only one box at a time, not pull.
  •      The puzzle is solved when all boxes are at storage locations.


Screenshots






Sokoban - Starting Screen

Sokoban - Level 1

Sokoban - Level 4

Sokoban - Level 5

Sokoban - Level 6






Functionality

  • You can move up, down, left, and right using arrow keys.
  • To go to next level press N.
  • To go back to previous level press B.
  • To reset the game press R.

Download

 

Click here to view and download the source code of Sokoban (189 KB).  

Click here to download the executable file of Sokoban (174 KB) (Please note that it is a 16-bit executable and will not run on 64-bit systems).


 





No comments:

Post a Comment