Create gh-pages branch via GitHub
This commit is contained in:
parent
a50fcafe78
commit
e4b82557d3
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
<p>A simple terminal based RTS game that uses text files to communicate game state and unit commands. </p>
|
||||
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<hr>
|
||||
|
||||
|
@ -88,7 +88,7 @@ $ ./ttrts # To launch binary and display usage
|
|||
<h2>
|
||||
<a id="further-information" class="anchor" href="#further-information" aria-hidden="true"><span class="octicon octicon-link"></span></a>Further Information</h2>
|
||||
|
||||
<p>See <a href="https://github.com/mdiluz/ttrts/blob/master/source/ttrts/README.md">the ttrts binary readme</a> for full usage and game rules</p>
|
||||
<p>See <a href="https://github.com/mdiluz/ttrts/source/ttrts/README.md">the ttrts binary readme</a> for full usage and game rules</p>
|
||||
|
||||
<p>See <a href="https://github.com/mdiluz/ttrts-players">my ttrts-players repository</a> for examples of players</p>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue