Skip to content

evilnose/ultimate-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate TicTacToe Engine

Status

Right now the MCTS bot is strongest, at least for Codingame time control of 100ms per move. It is in the mcts.rs file.

Interface - Play against bot

cargo run --release --bin interface

To bundle

Note that bundle is my fork of bundle, which does not automatically format and uses the first bin target in Cargo.toml

Run ./scripts/bundle.sh in a unix-based terminal

TODOs

  • table
  • clean up some TODOs. Some of them are important
  • some move ordering, by capturing a block if possible (is this a good idea? capturing blocks can be bad)
  • Finish dead-drawn implementation

About

ultimate tic-tac-toe engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published