https://github.com/chompaa/bevy_mancala
Mancala implemented in the Bevy game engine.
https://github.com/chompaa/bevy_mancala
bevy mancala rust
Last synced: about 2 months ago
JSON representation
Mancala implemented in the Bevy game engine.
- Host: GitHub
- URL: https://github.com/chompaa/bevy_mancala
- Owner: chompaa
- License: mit
- Created: 2024-02-02T23:50:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T16:37:00.000Z (over 2 years ago)
- Last Synced: 2025-06-17T00:43:18.370Z (about 1 year ago)
- Topics: bevy, mancala, rust
- Language: Rust
- Homepage: https://chompaa.github.io/bevy_mancala/
- Size: 6.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bevy_mancala
A retro-style 2d implementation of the classic game Mancala in [Bevy](https://bevyengine.org/).
> [!WARNING]
> This game is in an unfinished state, expect bugs.
## Demo
You can play this game for yourself in a web browser, using [this link](https://chompaa.github.io/bevy_mancala/).
## Development
Clone this repository and make sure you have `cargo` installed, then run:
```shell
cargo run
```
## Roadmap
- [x] Main menu.
- [x] Animation.
- [x] Game over.
- [ ] Profiles.
- [ ] Sound.
- [x] Avalanche mode.
- [x] Capture mode.