Skip to content

Troels51/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4

Basic Connect 4 solver, created in Rust. This uses negamax with to solve games from the midgame. It uses a couple of optimizations:

  • Alpha-beta pruning to reduce the game tree
  • Bitboard to represent the board state The solver is not finished, more optimizations need to be added before it can solve boards from the beginning. The main one being a cached opening book

About

Trying to implement a connect 4 bot in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages