Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 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.
nPush is a terminal based application and uses nCurses library for user
interface.
Game internals are rather simple and written in such way that implementing some
nicer graphic UI (like using SDL for example) should not be hard to do.
|