Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigvef/isola-game-runner

Runs an isola game between to AI bots.
https://github.com/sigvef/isola-game-runner

Last synced: 1 day ago
JSON representation

Runs an isola game between to AI bots.

Awesome Lists containing this project

README

        

isola-game-runner
=================

Runs an isola game between to AI bots.

Usage:
```
python isola.py "some runnable command for player 1" "some runnable command for player 2"
```

Example using input_bot:
```
python isola.py "python input_bot.py" "python input_bot.py"
```

Bots are called with two args: a single character denoting which player they are, and a 7*7 string representing the board.
The board representation uses ```X``` and ```O``` for players, ```-``` for squares, and ``` ``` (a space) for empty spaces.