Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anarmawala/chess-ai
- Owner: anarmawala
- Created: 2020-08-07T02:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T15:40:39.000Z (over 4 years ago)
- Last Synced: 2024-11-21T12:51:36.805Z (2 months ago)
- Topics: ai, algorithm, chess, game, min-max-optimization, tree-pruning
- Language: Rust
- Homepage: https://github.com/anarmawala/chess-ai
- Size: 18.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.