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

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.

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.