Skip to content

nelfin/othello

Repository files navigation

ANU COMP3130 Group Research Project

AI agent for playing a modified version of 10x10 Othello/Reversi in Java. Four locations randomly determined at the start of each game will be blocked. The agent will compete in a tournament against others completing the same project.

Contributors

Building

% git clone --recursive git://github.com/nelfin/othello.git
% cd othello/
% make

Running

Standard play:

% ./client <white|black> [[host:]port] [strategy]

Learning:

% ./plain_arena
% ./elo_arena