|
12345678910111213141516171819202122232425262728293031323334353637383940414243 |
-
- Building ttyvaders
- ==================
-
- Run configure then make. Configure flags are:
-
- --enable-slang: use the SLang library (default)
- --enable-ncurses: use the ncurses library
-
-
- History of textmode games
- =========================
-
- http://www.textmodegames.com/
-
-
- Other terminal-based games
- ==========================
-
- * moon-buggy: http://www.mathematik.uni-kl.de/~wwwstoch/voss/comp/moon-buggy.html
- extremely simple, extremely addictive
-
- * 0verkill: http://artax.karlin.mff.cuni.cz/~brain/0verkill/
-
- * nInvaders: http://dettus.dyndns.org/ninvaders/
- real space invaders clone
-
- * Stardork: http://www.seekrut.com/rk/stardork.html
- more strategy than arcade
-
- * Nethack: http://www.nethack.org/
-
- * Tetrinet: http://www.secret.com.au/games/tetrinet/
-
- * MyMan: http://geocities.com/bsittler/
- pacman clone
-
- * Tornado: http://home.kcore.de/~kiza/linux/tornado/
-
- * David's Perl games: http://davidsperlgames.sourceforge.net/
-
- * ascii-invaders: http://www.ip9.org/munro/invaders/index.html
-
|