Update the README.md files with newer and more useful information

fixes #4
This commit is contained in:
mdiluzio 2014-12-20 16:50:57 +00:00
parent f6f6d6fafd
commit 98deae237b
4 changed files with 35 additions and 23 deletions

View file

@ -1,17 +1,19 @@
# Targets
### ttrts
Main TTRTS executable , runs from the command line and acts as client
Main TTRTS binary, runs from the command line and acts as host for games
### ttrts-test
Test executable, to be compiled and run to test various functionality
### test (ttrts-test)
Test binary, to be compiled and run to test various functionality
### ttrts-gen
Binary to generate map example map files
### gen (ttrts-gen)
Binary to generate example map files
# Libraries
### game
Implementation of the RTS rules and simulation.
Implementation of the RTS rules and simulation
### maths
simple maths library for 2D calculations and types
Simple maths library for 2D calculations and types
### scripts
Directory of scripts used in build process