1 line
No EOL
1.5 KiB
JSON
1 line
No EOL
1.5 KiB
JSON
{"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."} |