Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 295 Bytes

iridium-oxide

A Rust MCTS framework that can reasonably well play any zero-sum two-player perfect information game.

Comes with Tic-Tac-Toe, Connect Four, and Gomoku.

Port of my earlier C++ engine, iridium-ai, with about 30% faster performance.