diff --git a/index.html b/index.html index 44141ae..09ab8b3 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@
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.
See the ttrts binary readme for full usage and game rules
+See the ttrts binary readme for full usage and game rules
See my ttrts-players repository for examples of players
diff --git a/params.json b/params.json index 0baa24c..3c24f87 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"name":"TTRTS","tagline":"The Tiny Terminal RTS where the players write their AIs","body":"# TTRTS v0.1.0\r\n\r\n*The Tiny Terminal RTS where the players write their AIs*\r\n\r\n-----------------------------------------------------------\r\n## Introduction\r\nA simple terminal based RTS game that uses text files to communicate game state and unit commands. \r\n\r\nTTRTS 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.\r\n\r\n-----------------------------------------------------------\r\n## Building TTRTS\r\n\r\n#### Requirements\r\n* cmake - our build system uses cmake\r\n* Linux/OSX - currently no support for Windows, tracked with [Issue #9](https://github.com/mdiluz/ttrts/issues/9)\r\n\r\n#### To Build\r\n $ git clone https://github.com/mdiluz/ttrts.git\r\n $ cd ttrts\r\n $ ./bootstrap.sh\r\n $ ./ttrts # To launch binary and display usage\r\n \r\n-----------------------------------------------------------\r\n## Further Information\r\n\r\nSee [the ttrts binary readme](https://github.com/mdiluz/ttrts/blob/master/source/ttrts/README.md) for full usage and game rules\r\n\r\nSee [my ttrts-players repository](https://github.com/mdiluz/ttrts-players) for examples of players\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file +{"name":"TTRTS","tagline":"The Tiny Terminal RTS where the players write their AIs","body":"# TTRTS v0.1.0\r\n\r\n*The Tiny Terminal RTS where the players write their AIs*\r\n\r\n-----------------------------------------------------------\r\n## Introduction\r\nA simple terminal based RTS game that uses text files to communicate game state and unit commands. \r\n\r\nTTRTS 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.\r\n\r\n-----------------------------------------------------------\r\n## Building TTRTS\r\n\r\n#### Requirements\r\n* cmake - our build system uses cmake\r\n* Linux/OSX - currently no support for Windows, tracked with [Issue #9](https://github.com/mdiluz/ttrts/issues/9)\r\n\r\n#### To Build\r\n $ git clone https://github.com/mdiluz/ttrts.git\r\n $ cd ttrts\r\n $ ./bootstrap.sh\r\n $ ./ttrts # To launch binary and display usage\r\n \r\n-----------------------------------------------------------\r\n## Further Information\r\n\r\nSee [the ttrts binary readme](https://github.com/mdiluz/ttrts/source/ttrts/README.md) for full usage and game rules\r\n\r\nSee [my ttrts-players repository](https://github.com/mdiluz/ttrts-players) for examples of players","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file