The Tiny Terminal RTS with programmable AI
Game will now wait until the last line of an order file matches "END" AI's MUST now finalise their order file with "END" fixes #1 |
||
---|---|---|
source | ||
.gitignore | ||
bootstrap.sh | ||
README.md |
TTRTS
The Tiny Terminal RTS where the players write their AIs
Introduction
A simple terminal based RTS game that uses txt files to communicate game state and unit commands. TTRTS was
Gameplay
- The ttrts client is run from the command line with initial parameters
- The client outputs a gamestate text file
- A player, program or cat reads the state and outputs instructions for their units.
- The client reads in instructions and processes the turn
- If no winner is reached, skip back to step 2
- The game client outputs a final summary file with the winner
see game for full game rules