https://github.com/cometbeetle/mancalamax-rs
A Mancala game-playing algorithm based on minimax with alpha-beta pruning, re-written in Rust.
https://github.com/cometbeetle/mancalamax-rs
Last synced: 9 months ago
JSON representation
A Mancala game-playing algorithm based on minimax with alpha-beta pruning, re-written in Rust.
- Host: GitHub
- URL: https://github.com/cometbeetle/mancalamax-rs
- Owner: cometbeetle
- License: mit
- Created: 2025-09-16T23:11:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T20:35:57.000Z (9 months ago)
- Last Synced: 2025-10-07T22:26:18.749Z (9 months ago)
- Language: Rust
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mancalamax
A Mancala game-playing algorithm based on minimax with alpha-beta pruning, re-written in Rust.
`[WIP]`
Based on the original [mancalamax repository](https://github.com/cometbeetle/mancalamax).