Skip to content

Agade09/CG-UTTT-Arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CG-UTTT-Arena

Referee program to play games between Wondev Woman AIs (Codingame.com) Linux only. Passes no legal moves to the AI

Usage:

  • Compile the Arena program with the given Makefile
  • Have two of your AIs' executable binaries/scripts in the same folder
  • Run the Arena program with the names of the AI executables as command line parameters. e.g: Arena V13 V12

Optional:

  • Specify the number of threads as a command line parameter. e.g: Arena V13 V12 2
  • Set timeout behavior on or off via the "constexpr bool Timeout" variable. This can be useful as I've noticed timeouts if the computer is being used for something else.

Notes:

  • The error bars on the win rate are approximate. The approximation is good around 50% win rate.

About

Arena program that plays games between two Ultimate Tic-Tac-Toe AIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published