connect-four-solver

Crates.ioconnect-four-solver
lib.rsconnect-four-solver
version0.1.0
sourcesrc
created_at2023-05-10 20:51:39.745906
updated_at2023-05-10 20:51:39.745906
descriptionA strong and perfect connect four solver in Rust
homepage
repositoryhttps://github.com/pacman82/connect-four-solver/
max_upload_size
id861623
size184,652
Markus Klein (pacman82)

documentation

README

Perfect Connect Four

A perfect connect four solver in Rust.

Inspired by this tutorial for writing a perfect and strong solver for connect four: http://blog.gamesolver.org/solving-connect-four/01-introduction/

This crate provides an efficient bitboard implementation of Connect Four and a score function which tells you how many turns the current player needs to win, loose or draw from this position.

Commit count: 30

cargo fmt