Fix a case where game folder existed in verious forms Fix bug where game would not correctly end at draw state Fix bug where the team order file was looked for in the wrong directory Extract gamestate function and properly handle game ending scenarios Stop hitting yourselves Fixed bug where units would not move forward because they were hitting themselves |
||
---|---|---|
.. | ||
game | ||
gen | ||
maths | ||
scripts | ||
test | ||
ttrts | ||
CMakeLists.txt | ||
README.md |
Targets
ttrts
Main TTRTS executable , runs from the command line and acts as client
ttrts-test
Test executable, to be compiled and run to test various functionality
ttrts-gen
Binary to generate map example map files
Libraries
game
Implementation of the RTS rules and simulation.
maths
simple maths library for 2D calculations and types