Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 585 Bytes

colloseum

Arena for algorithmic battles

Compilation

mkdir build
cd build
cmake ..
make

Reversi

Starting a reversi match

./reversi/engine_cli [PARAMS] --player0 PATH_TO_PLAYER0 --player1 PATH_TO_PLAYER1

Reversi parameters#

--size N - half of board size

--enable-ui true - if set engine will display an UI with current game status

--timeout TIME - if set engine will limit total time used by each players. Player whose move time expires loses the game

Tournament mode

./tournament.sh PLAYER_LIST.txt PATH_TO_ENGINE ENGINE_PARAMS