From f68d16b8b943143134e1f44eae0b3229bcbe43e0 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 20 Dec 2014 17:37:49 +0000 Subject: [PATCH 1/3] Add link to my ttrts-players repository to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be67d0d..ce9a37d 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,5 @@ TTRTS was is from the ground up designed to be a fun way to practice programming ## Further Information 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 From 321690faaa2577ff4cde5dea2d3afcc638392e22 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 20 Dec 2014 17:47:10 +0000 Subject: [PATCH 2/3] Add link to issue #9 to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9a37d..279f0d7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ TTRTS was is from the ground up designed to be a fun way to practice programming #### Requirements * 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 $ git clone https://github.com/mdiluz/ttrts.git From 24c8b6a5b89c07d3c75d9658df19615ca09bc1b2 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 20 Dec 2014 21:45:44 +0000 Subject: [PATCH 3/3] Fix a some bad grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279f0d7..1771eae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Introduction 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