/t3arena

Simple Tic-Tac-Toe algorithms arena

Primary LanguageJava

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.