Merge branch 'master' into refactor
This commit is contained in:
commit
d54ccf3d2f
1 changed files with 4 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
## Introduction
|
## Introduction
|
||||||
A simple terminal based RTS game that uses text files to communicate game state and unit commands.
|
A simple terminal based RTS game that uses text files to communicate game state and unit commands.
|
||||||
|
|
||||||
TTRTS was is from the ground up designed to be a fun way to practice programming. Any programming language than can handle file I/O can be used to make an AI for TTRTS, and this extensibility allows for any type of programmer to have fun and enjoy designing and playing against their friends.
|
TTRTS is from the ground up designed to be a fun way to practice programming. Any programming language than can handle file I/O can be used to make an AI for TTRTS, and this extensibility allows for any type of programmer to enjoy designing and playing against their friends.
|
||||||
|
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
## Building TTRTS
|
## Building TTRTS
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
* cmake - our build system uses cmake
|
* cmake - our build system uses cmake
|
||||||
* Linux/OSX - currently no support for Windows
|
* Linux/OSX - currently no support for Windows, tracked with [Issue #9](https://github.com/mdiluz/ttrts/issues/9)
|
||||||
|
|
||||||
#### To Build
|
#### To Build
|
||||||
$ git clone https://github.com/mdiluz/ttrts.git
|
$ git clone https://github.com/mdiluz/ttrts.git
|
||||||
|
@ -25,3 +25,5 @@ TTRTS was is from the ground up designed to be a fun way to practice programming
|
||||||
## Further Information
|
## Further Information
|
||||||
|
|
||||||
See [the ttrts binary readme](source/ttrts/README.md) for full usage and game rules
|
See [the ttrts binary readme](source/ttrts/README.md) for full usage and game rules
|
||||||
|
|
||||||
|
See [my ttrts-players repository](https://github.com/mdiluz/ttrts-players) for examples of players
|
||||||
|
|
Loading…
Add table
Reference in a new issue