2014-12-18 13:58:21 +00:00
|
|
|
# Targets
|
|
|
|
### ttrts
|
2014-12-20 16:50:57 +00:00
|
|
|
Main TTRTS binary, runs from the command line and acts as host for games
|
2014-12-18 13:58:21 +00:00
|
|
|
|
2014-12-20 16:50:57 +00:00
|
|
|
### test (ttrts-test)
|
|
|
|
Test binary, to be compiled and run to test various functionality
|
2014-12-18 13:58:21 +00:00
|
|
|
|
2014-12-20 16:50:57 +00:00
|
|
|
### gen (ttrts-gen)
|
|
|
|
Binary to generate example map files
|
2014-12-18 13:58:21 +00:00
|
|
|
|
|
|
|
# Libraries
|
|
|
|
### game
|
2014-12-20 16:50:57 +00:00
|
|
|
Implementation of the RTS rules and simulation
|
2014-12-18 13:58:21 +00:00
|
|
|
|
|
|
|
### maths
|
2014-12-20 16:50:57 +00:00
|
|
|
Simple maths library for 2D calculations and types
|
2014-12-18 13:58:21 +00:00
|
|
|
|
2014-12-20 16:50:57 +00:00
|
|
|
### scripts
|
|
|
|
Directory of scripts used in build process
|