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

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.

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).