diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-07 07:07:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-07 07:07:43 +0800 |
commit | 9e9352c5e00969c41198a00ce70db01fef344ae3 (patch) | |
tree | af1059c137e05661156a444bad9edd302b386372 /games/npush/pkg-descr | |
parent | cecfc7bb59491c8aa5b818bf4838dd71805724d0 (diff) | |
download | freebsd-ports-gnome-9e9352c5e00969c41198a00ce70db01fef344ae3.tar.gz freebsd-ports-gnome-9e9352c5e00969c41198a00ce70db01fef344ae3.tar.zst freebsd-ports-gnome-9e9352c5e00969c41198a00ce70db01fef344ae3.zip |
nPush is a logic game similar to Sokoban and Boulder Dash. You need
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)
Diffstat (limited to 'games/npush/pkg-descr')
-rw-r--r-- | games/npush/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/npush/pkg-descr b/games/npush/pkg-descr new file mode 100644 index 000000000000..fa18e1538237 --- /dev/null +++ b/games/npush/pkg-descr @@ -0,0 +1,13 @@ +nPush is a logic game similar to Sokoban and Boulder Dash. You need +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/ |