Skip to content

mederly/t3arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Tic-Tac-Toe algorithms arena

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages