Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anarmawala/chess-ai

Chess AI written in Rust that uses the min/max algorithm and tree pruning so predict 5-6 moves ahead.
https://github.com/anarmawala/chess-ai

ai algorithm chess game min-max-optimization tree-pruning

Last synced: 4 days ago
JSON representation

Chess AI written in Rust that uses the min/max algorithm and tree pruning so predict 5-6 moves ahead.

Awesome Lists containing this project

README

        

# Chess AI

![Rust-CI](https://github.com/anarmawala/chess-ai/workflows/Rust-CI/badge.svg)

Chess AI written in Rust that uses the alpha / beta algorithm and tree pruning so predict 5-6 moves ahead.