You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
sam 8fdb9773b5 Spawn fewer bonus items, try to center sprites despite no longer пре 15 година
data Add missing ^L separators in a few alien sprites. пре 15 година
doc * libee/ee.c: пре 21 година
src Spawn fewer bonus items, try to center sprites despite no longer пре 15 година
win32 * Toying around with the old ttyvaders version. пре 15 година
.gitignore Add a .gitignore file for git-svn users. пре 16 година
BUGS * BUGS TODO: пре 21 година
COPYING * Switched license to WTFPL. пре 18 година
Makefile.am * Fixed distclean rule by removing old directory names from DISTDIRS. пре 18 година
README * libee/ee.h: пре 21 година
TODO * Update code to make use of libcaca 0.99.beta9. пре 18 година
bootstrap Port ttyvaders to the unified libcaca 0.99.beta15 API. пре 16 година
configure.ac Hide autotools files in .auto/ instead of autotools/. пре 16 година
ttyvaders.sln * Toying around with the old ttyvaders version. пре 15 година
ttyvaders.vcproj * Toying around with the old ttyvaders version. пре 15 година

README

$Id$

Building ttyvaders

o Run configure then make. Useful configure flags are:

--enable-slang: use the SLang library (default)
--enable-ncurses: use the ncurses library
--enable-conio: use MS-DOS conio.h

o Cross-compilation example:

./configure --enable-conio --host=i386-pc-msdosdjgpp


History of textmode games

o http://www.textmodegames.com/


Other terminal-based games

o moon-buggy: extremely simple, extremely addictive
http://www.mathematik.uni-kl.de/~wwwstoch/voss/comp/moon-buggy.html

o 0verkill: http://artax.karlin.mff.cuni.cz/~brain/0verkill/

o nInvaders: http://dettus.dyndns.org/ninvaders/
real space invaders clone

o Stardork: http://www.seekrut.com/rk/stardork.html
more strategy than arcade

o Nethack: http://www.nethack.org/

o Tetrinet: http://www.secret.com.au/games/tetrinet/

o MyMan: http://geocities.com/bsittler/
pacman clone

o Tornado: http://home.kcore.de/~kiza/linux/tornado/

o David's Perl games: http://davidsperlgames.sourceforge.net/

o ascii-invaders: http://www.ip9.org/munro/invaders/index.html