Source code of Extreme Terminal Adventure.
Lucas "Foo" de Castro
Eduardo "Chamyto" Souza
Heitor "Led" Comel
You must have ncurses library installed to play the game. You can find more information about this library here: http://www.gnu.org/software/ncurses/
Game '.c' files are: main.c autogen. init.c command.c combat.c
Files ended with '.bin' are databases used by the game.
Other files ended with '.c' are auxiliar programs, you can use them to modify the game if you want.
To play the game, execute the following lines on the terminal while in the directory you want to save the game (don't forget, you must have ncurses library installed!):
================================================================================================
$ sudo git init
$ git clone https://github.com/lcbcFoo/Extreme-Terminal-Adventure.git
$ cd Extreme-Terminal-Adventure/
$ make all
$ ./launcher