Sliding Puzzle 2x


davidgutierrez

Still Fresh
Joined
Dec 8, 2007
Messages
56
Age
41
Location
Spain
Website
Visit site
Sliding Puzzle 2x is a puzzle game based on Fifteen Puzzle, a classic puzzle where you have to slide pieces across the board in order to build an image: http://en.wikipedia.org/wiki/Fifteen_puzzle

The game has been programmed using Python + Pygame, so you'll have to install them (Python + Pygame) on the SD root directory (the game can be installed in any directory). As it's made with Python, you can also play this game in a PC with Windows or Linux installed without recompiling it.

You can control the game with the stick or the touch screen (or mouse in a PC). The game is in English and Spanish and you can add new images this way:

puzzles
- category1
+ image1.jpg
+ image2.jpg
- category2
+ image3.jpg


You can download the game at sourceforge:

http://sourceforge.net/projects/slidingpuzzle2x/
 
Just wondered if Python like Fenix was able to use the touchscreen/mouse for input and then I remembered this game.
Maybe not the most exciting game, but really well executed, lot of functionality, polished and good use of touchscreen. Don't think a sliding puzzle can become better than this. Also very nice to release it under GPL, could help others make use of touchscreen as well.

Strange that a lot of people make use of Fenix on the gp2x but Python isn't that much used, while it is a much more popular programming language.
 
I like this game a lot, you can put your photos inside and rebuild them :)

Waiting for future releases ;)
 
Back
Top