ttrts/source
mdiluzio fa7aa15ccd Fix some bugs
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
2014-12-20 15:35:18 +00:00
..
game Fix some bugs 2014-12-20 15:35:18 +00:00
gen Update with more pre-generated levels 2014-12-16 22:35:56 +00:00
maths Move source code into source subfolder 2014-12-16 13:13:02 +00:00
scripts Use a pre-build script to generate usage.h from the README.md 2014-12-20 15:35:16 +00:00
test Update CMakeLists.txt 2014-12-18 14:02:12 +00:00
ttrts Fix some bugs 2014-12-20 15:35:18 +00:00
CMakeLists.txt Update CMakeLists.txt 2014-12-18 14:01:03 +00:00
README.md Update README.md 2014-12-18 14:03:01 +00:00

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