A virtual mancala board game in the terminal, with hot-seat multiplayer.
This project is a work-in-progress and not in a very functional state at the moment.
- My goal for this project in its finalized state is to make it a Rust library crate.
- I want to modularize the project so that the game logic is separate from the implementation of a user interface. This goal is inspired by the design of the game Veloren.
- I'll implement at least one frontend user interface that uses my library under the hood. I might even try implementing a graphical user interface.
- Once I'm happy with the state it's in, I'll make the library open source and publish it to crates.io, so others can create their own mancala programs using the code I've written.