Last change
on this file since 157 was
157,
checked in by Sam Hocevar, 20 years ago
|
- README:
+ Added a note about dos cross-compilation.
- configure.ac:
+ Added a check for ScreenUpdate? in <pc.h>.
- libee/graphics.c libee/ee.c:
+ Improved the conio port thanks to ScreenUpdate?().
|
File size:
1.1 KB
|
Line | |
---|
1 | |
---|
2 | Building 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 | --enable-conio: use MS-DOS conio.h |
---|
10 | |
---|
11 | Cross-compilation example: |
---|
12 | ./configure --enable-conio --host=i386-pc-msdosdjgpp |
---|
13 | |
---|
14 | |
---|
15 | History of textmode games |
---|
16 | ========================= |
---|
17 | |
---|
18 | http://www.textmodegames.com/ |
---|
19 | |
---|
20 | |
---|
21 | Other terminal-based games |
---|
22 | ========================== |
---|
23 | |
---|
24 | * moon-buggy: http://www.mathematik.uni-kl.de/~wwwstoch/voss/comp/moon-buggy.html |
---|
25 | extremely simple, extremely addictive |
---|
26 | |
---|
27 | * 0verkill: http://artax.karlin.mff.cuni.cz/~brain/0verkill/ |
---|
28 | |
---|
29 | * nInvaders: http://dettus.dyndns.org/ninvaders/ |
---|
30 | real space invaders clone |
---|
31 | |
---|
32 | * Stardork: http://www.seekrut.com/rk/stardork.html |
---|
33 | more strategy than arcade |
---|
34 | |
---|
35 | * Nethack: http://www.nethack.org/ |
---|
36 | |
---|
37 | * Tetrinet: http://www.secret.com.au/games/tetrinet/ |
---|
38 | |
---|
39 | * MyMan: http://geocities.com/bsittler/ |
---|
40 | pacman clone |
---|
41 | |
---|
42 | * Tornado: http://home.kcore.de/~kiza/linux/tornado/ |
---|
43 | |
---|
44 | * David's Perl games: http://davidsperlgames.sourceforge.net/ |
---|
45 | |
---|
46 | * ascii-invaders: http://www.ip9.org/munro/invaders/index.html |
---|
47 | |
---|
Note: See
TracBrowser
for help on using the repository browser.