Decision Workspace
minimax-alpha-beta vs minimax vs xo-core
Side-by-side comparison of Rust crates
44
minimax-alpha-beta
growingv0.2.0
An implementation of Alpha-Beta Pruning + Minimax Algorithm for arbitrary two player minimax style games like Chess, Go, TicTacToe, etc.
52
minimax
growingv0.6.0
Generic implementations of Minimax.
47
xo-core
experimentalv0.2.0-alpha
A fast, reusable, and well-documented game engine for Tic-Tac-Toe (Noughts and Crosses) in Rust
Core Metrics
| minimax-alpha-beta | minimax | xo-core | |
|---|---|---|---|
| Health Score | 44 | 52 | 47 |
| Total Downloads | 11.8K | 21.6K | 719 |
| 30d Downloads | 30 | 202 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 9 | 14 | 2 |
| Last Updated | 1333d ago | 23d ago | 224d ago |
| Age | 4y 10m | 10y 6m | 7m |
Health Breakdown
minimax-alpha-beta
Maintenance
4
Quality
17
Community
6
Popularity
5
Documentation
12
minimax
Maintenance
15
Quality
14
Community
5
Popularity
5
Documentation
13
xo-core
Maintenance
8
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| minimax-alpha-beta | minimax | xo-core | |
|---|---|---|---|
| Version | 0.2.0 | 0.6.0 | 0.2.0-alpha |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 6 | 0 |
| Crate Size | 12KB | 40KB | 9KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | 1.88 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •minimax leads with a health score of 52/100, but none of the options score above 80.
- •⚠ minimax-alpha-beta has not been updated in over a year.