Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 474 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 474 Bytes

Connect-four

This is a WIP (a will likely stay ASIS), the goal was to understand better minimax and optimisation algorithms for another project.

I followed this great article most of the time: http://blog.gamesolver.org/.

Entry points

cargo run # play connect four
  • I let the IA play next move
  • / move cursor
  • / drop a piece
cargo run --bin benchmark

Benchmarks the solver.