ttrts/source
mdiluzio 78bc326b8d Update to minor version 2
The file format and name has changed in the following ways:

All team references are now player, so tm: -> pl.
Order file format is now Player_#_Turn_#.txt.
2014-12-22 20:05:49 +00:00
..
game Final fixes to indentation. 2014-12-21 11:19:37 +00:00
gen Player -> player_t 2014-12-21 11:14:01 +00:00
maths dir_t -> dir_c 2014-12-21 11:14:20 +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 dir_t -> dir_c 2014-12-21 11:14:20 +00:00
ttrts Update to minor version 2 2014-12-22 20:05:49 +00:00
CMakeLists.txt Update to minor version 2 2014-12-22 20:05:49 +00:00
README.md Update the README.md files with newer and more useful information 2014-12-20 16:57:01 +00:00

Targets

ttrts

Main TTRTS binary, runs from the command line and acts as host for games

test (ttrts-test)

Test binary, to be compiled and run to test various functionality

gen (ttrts-gen)

Binary to generate example map files

Libraries

game

Implementation of the RTS rules and simulation

maths

Simple maths library for 2D calculations and types

scripts

Directory of scripts used in build process