Decision Workspace
threes_simulator vs threes_solver vs bevy
Side-by-side comparison of Rust crates
45
threes_simulator
experimentalv0.2.0
An implementation of the Threes! game algorithm, as best as I could figure it out
38
threes_solver
experimentalv0.2.0
A tool that attempts to find an optimal algorithm for playing Threes! by simulating millions of games (using threes_simulator) and searching for the best set of weights for a variety of algorithms that calculate a score for a board state
73
bevy
growingv0.18.1
A refreshingly simple data-driven game engine and app framework
Core Metrics
| threes_simulator | threes_solver | bevy | |
|---|---|---|---|
| Health Score | 45 | 38 | 73 |
| Total Downloads | 23 | 14 | 4.8M |
| 30d Downloads | 23 | 14 | 305.2K |
| Dependents | 1 | 0 | 18.8K |
| Releases | 1 | 1 | 58 |
| Last Updated | 19d ago | 19d ago | 24d ago |
| Age | 19d | 19d | 6y 2m |
Health Breakdown
threes_simulator
Maintenance
12
Quality
14
Community
7
Popularity
2
Documentation
10
threes_solver
Maintenance
12
Quality
9
Community
6
Popularity
1
Documentation
10
bevy
Maintenance
17
Quality
13
Community
20
Popularity
8
Documentation
15
Technical Details
| threes_simulator | threes_solver | bevy | |
|---|---|---|---|
| Version | 0.2.0 | 0.2.0 | 0.18.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | GPL-3.0 | GPL-3.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 17 | 32 |
| Crate Size | 25KB | 589KB | 721KB |
| Features | 1 | 0 | 162 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | 1.89.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •bevy leads with a health score of 73/100, but none of the options score above 80.
- •bevy is depended on by 18.8K crates — strongest ecosystem trust.