Slide Puzzle

Post date: Apr 15, 2010 6:27:27 PM

A 3D puzzle game written in c++ using OpenGL and SDL. This was a simple concept i wanted to implement right after the CubePuzzle(noobix). I had this game implemented as a prototype but did not find time to update to presentable state till today.

GamePlay:

  • Rotate the World of cubes using arrow keys.
  • Ensure that RED block always stays above another block.
  • Make the RED block reach the GREEN block to win.

Please note that BallPuzzle and SlidePuzzle are one and the same.

Game Developed in March 2010

You can grab the windows Binary from here

You can grab the linux Binary from here

You can grab the source code here