Advanced Evolutionary Tactics by Fate
A RTS style game. Units have evolutionary attributes that they can inherit from enemies they kill. Written in c++ with opengl and sdl. Graphics done in GIMP and music written in Reason.
To run on Linux download the folder. Then open terminal, cd into the folder and use:
chmod +x install.sh
./install.sh
The game should be cross platform but haven't had time to check if it works on other platforms. You will need to use the source code for other platforms.
Requires:
SDL
SDL_mixer
openGl
Glut
libpng
To run on Linux download the folder. Then open terminal, cd into the folder and use:
chmod +x install.sh
./install.sh
The game should be cross platform but haven't had time to check if it works on other platforms. You will need to use the source code for other platforms.
Requires:
SDL
SDL_mixer
openGl
Glut
libpng
cc@cc-T500:~/ld24/AdvancedEvolutionaryTactics$ ./install.sh
*** glibc detected *** ./AdvancedEvolutionaryTactics: malloc(): memory corruption (fast): 0x00007f6b504ddda0 ***
on the second try i just got:
cc@cc-T500:~/ld24/AdvancedEvolutionaryTactics$ ./install.sh
Segmentation fault
The game looked quite fun, but it was too dam fast to really see someting. After about 10 to 20 seconds of gameplay i was stuck in the homebase and all my new cratures where just instantly killed.