Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 271 Bytes

A simple reversi AI written in Rust

Features

  • Alpha-beta search
  • Speed-up by bitboard
  • Simple evaluation function
  • Wins of random player in almost 100% games
  • No cargo package dependency

How to run

cargo run --release

Demo

demo