Skip to content

SuperAlpaca27/connect4-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4 with Negamax and alpha/beta pruning

Setup

  1. git clone https://github.com/SuperAlpaca27/connect4-rs
  2. cd connect4-rs
  3. cargo run --release
    • Note: compiling with the release profile is important for compiler optimisations to speed up negamax.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages