An open API service indexing awesome lists of open source software.

https://github.com/pacman82/connect-four-solver


https://github.com/pacman82/connect-four-solver

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

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:

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.