View on GitHub

TTRTS

The Tiny Terminal RTS where the players write their AIs

download .ZIPdownload .TGZ

TTRTS

The Tiny Terminal RTS where the players write their AIs


Introduction

A simple terminal based RTS game that uses text files to communicate game state and unit commands.

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

Requirements

To Build

$ git clone https://github.com/mdiluz/ttrts.git
$ cd ttrts
$ ./bootstrap.sh
$ man ttrts # for full usage and guide

Development


Changelog

v0.4.0

v0.3.2

v0.3.1

v0.3.0

v0.2.0

v0.1.0


Further Information

See the ttrts README for full usage and game rules

See ttrts-players for examples of AIs