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.
This commit is contained in:
parent
5d07bb03f3
commit
78bc326b8d
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# TTRTS v0.1.0
|
# TTRTS v0.2.0
|
||||||
|
|
||||||
*The Tiny Terminal RTS where the players write their AIs*
|
*The Tiny Terminal RTS where the players write their AIs*
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 )
|
||||||
|
|
||||||
# Set version information
|
# Set version information
|
||||||
set( TTRTS_VERSION_MAJOR 0 )
|
set( TTRTS_VERSION_MAJOR 0 )
|
||||||
set( TTRTS_VERSION_MINOR 1 )
|
set( TTRTS_VERSION_MINOR 2 )
|
||||||
set( TTRTS_VERSION_PATCH 0 )
|
set( TTRTS_VERSION_PATCH 0 )
|
||||||
|
|
||||||
# Use c++1y (14)
|
# Use c++1y (14)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## NAME
|
## NAME
|
||||||
ttrts - Tiny Terminal RTS v0.1.0
|
ttrts - Tiny Terminal RTS v0.2.0
|
||||||
|
|
||||||
## SYNOPSYS
|
## SYNOPSYS
|
||||||
ttrts MAPFILE
|
ttrts MAPFILE
|
||||||
|
@ -57,4 +57,3 @@
|
||||||
F - move unit [F]orward one space
|
F - move unit [F]orward one space
|
||||||
L/R - rotate unit [L]eft or [R]ight
|
L/R - rotate unit [L]eft or [R]ight
|
||||||
A - [A]ttack in straight line in front of unit
|
A - [A]ttack in straight line in front of unit
|
||||||
|
|
Loading…
Add table
Reference in a new issue