aboutsummaryrefslogtreecommitdiff
path: root/games/npush
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/npush: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-041-1/+3
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408107
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵Dmitry Marakasov2013-12-161-1/+0
| | | | | | | suggested by Porter's Handbook Notes: svn path=/head/; revision=336650
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* - Support stagingDmitry Marakasov2013-10-172-32/+11
| | | | Notes: svn path=/head/; revision=330698
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Trim Makefile headersDmitry Marakasov2013-06-181-7/+4
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* -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