Skip to content

BuonOmo/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A connect four AI in Rust (it will most likely beat you, don't be disappointed..)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages