2014-12-18 13:58:21 +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
|
2014-12-18 14:03:01 +00:00
|
|
|
Implementation of the RTS rules and simulation.
|
2014-12-18 13:58:21 +00:00
|
|
|
|
|
|
|
### maths
|
|
|
|
simple maths library for 2D calculations and types
|
|
|
|
|