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

@ -3,15 +3,15 @@ TTRTS Gameplay
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 receives data on the status of the board.
Each player is in control of a set number of starting units, and each turn receives data on the status of the board.
Each player must then issue a single command to each unit in their control.
Each player must then issue a command to each unit in their control.
The engine then takes all commands, evaluates all movement first simultaneously, then all other commands.
All commands are evaluated simultaniously.
All attempted movement to the same square by two or more units will fail.
Friendly fire is enabled by default.
A player wins when all opposing units have been destroyed.