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 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T15:40:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T06:13:58.490Z (6 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

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