Skip to content

Topdown strategy game. Inspired by Tentacle Wars.

License

Notifications You must be signed in to change notification settings

Dhenix98/Ant-Wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant-Wars

This repository is heavily inspired by the game genre "Tentacle Wars", using SDL as a way to both study the SDL engine and the C++ language itself.

Requirements

Compilation

For UNIX platforms, is available a Makefile to compile the game with the command:

make compile

Documentation

To generate documentation Doxygen is required (Windows and Unix links)

doxygen Doxyfile

Alternatively there is option through makefile (still requires Doxygen)

make doc

Execution

To run the game, type the command in a terminal:

./Ant_Wars

Releases

No releases published

Packages

No packages published