Skip to content

chompaa/bevy_mancala

Repository files navigation

bevy_mancala

A retro-style 2d implementation of the classic game Mancala in Bevy.

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.

Development

Clone this repository and make sure you have cargo installed, then run:

cargo run

Roadmap

  • Main menu.
  • Animation.
  • Game over.
  • Profiles.
  • Sound.
  • Avalanche mode.
  • Capture mode.