aboutsummaryrefslogtreecommitdiff
path: root/games/npush
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Update to 0.7Dmitry Marakasov2008-07-143-19/+33
| | | | | | | Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=216805
* nPush is a logic game similar to Sokoban and Boulder Dash. You needDmitry Marakasov2008-07-064-0/+66
to collect all the gold on the level and reach the exit. To make it hard there are some rocks that stand in your way, and you also have some dynamite to blast them away. Main difference from Sokoban, KSokoban and similar games is that you can have multiple player-controlled characters you can move on the screen. nPush is written in C++. The source code is freely available under GPL license, version 2 or above. The code is very simple, so if you're interested in working on your C++ skills on a simple project, please feel free to join in. WWW: http://npush.sourceforge.net/ Approved by: miwi (mentor) Notes: svn path=/head/; revision=216418