Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 371 Bytes

Tower Attack

A realtime strategy game made with SDL where the player attacks towers and the goal is to reach the end of the map with the attackers. (reverse Tower defense)

Commands

Generate the documentation using Doxygen

make doc

Compile the project

make compile

Start the game

make run

Clean up generated files

make clean