Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 421 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 421 Bytes

A simple framework for comparing different Tic Tac Toe playing algorithms.

Individual algorihms should implement Player interface. To facilitate their construction, PlayerBase class can be used.

Arena is run by modifying Arena class and running its main method.

This is a preliminary version only, not much tested yet. Only two sample players are there: RandomPlayer and SequentialPlayer. More are to come.