source: ttyvaders/trunk/README @ 70

Last change on this file since 70 was 66, checked in by Sam Hocevar, 20 years ago
  • fixed the ncurses build.
  • replaced '�' with ':' in the fragbomb tail because it's not ASCII.
File size: 1019 bytes
Line 
1
2Building ttyvaders
3==================
4
5   Run configure then make. Configure flags are:
6
7    --enable-slang: use the SLang library (default)
8    --enable-ncurses: use the ncurses library
9
10
11History of textmode games
12=========================
13
14http://www.textmodegames.com/
15
16
17Other terminal-based games
18==========================
19
20 * moon-buggy: http://www.mathematik.uni-kl.de/~wwwstoch/voss/comp/moon-buggy.html
21    extremely simple, extremely addictive
22
23 * 0verkill: http://artax.karlin.mff.cuni.cz/~brain/0verkill/
24
25 * nInvaders: http://dettus.dyndns.org/ninvaders/
26    real space invaders clone
27
28 * Stardork: http://www.seekrut.com/rk/stardork.html
29    more strategy than arcade
30
31 * Nethack: http://www.nethack.org/
32
33 * Tetrinet: http://www.secret.com.au/games/tetrinet/
34
35 * MyMan: http://geocities.com/bsittler/
36    pacman clone
37
38 * Tornado: http://home.kcore.de/~kiza/linux/tornado/
39
40 * David's Perl games: http://davidsperlgames.sourceforge.net/
41
42 * ascii-invaders: http://www.ip9.org/munro/invaders/index.html
43
Note: See TracBrowser for help on using the repository browser.