Clean up CXX Flags and remove statements relating to us being cool. If you have to say it, it ain't true

This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:02 +00:00
parent 43a2c58c56
commit 7a75fbd369
15 changed files with 110 additions and 57 deletions

View file

@ -1,13 +1,13 @@
ttrts Game Design
=================
The game takes place in a series of simultanious turns on an arbitrarilly sized 2D board.
The game takes place in a series of simultaneous turns on an arbitrarily sized 2D board.
Each player is in control of a set number of starting units, each turn recieves data on the status of the board.
Each player is in control of a set number of starting units, each turn receives data on the status of the board.
Each player must then issue a single command to each unit in thier control.
Each player must then issue a single command to each unit in their control.
The engine then takes all commands, evaluates all movement first simultaniously, then all other commands.
The engine then takes all commands, evaluates all movement first simultaneously, then all other commands.
All attempted movement to the same square by two or more units will fail.