Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sigvef/isola-game-runner
- Owner: sigvef
- Created: 2013-07-22T01:19:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T01:24:13.000Z (over 11 years ago)
- Last Synced: 2024-10-11T20:43:15.445Z (27 days ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.