Crates.io | mighty-mancala |
lib.rs | mighty-mancala |
version | 0.1.3 |
source | src |
created_at | 2022-11-22 22:44:31.05139 |
updated_at | 2022-12-08 02:00:39.632206 |
description | A Text User Interface Mancala Game |
homepage | |
repository | https://github.com/Dgawel77/MightyMancala |
max_upload_size | |
id | 721173 |
size | 87,960 |
Mighty mancala is the best two player mancala gaming experience, ran on the command line. The Demo can be watched here.
Play with a friend and see who is the best at mancala
cargo install mighty-mancala
run the game with
mancala
Move your selection around the screen with the arrow keys ← → ↑ ↓
.
Confirm a selection with enter
.
To quit the program press q
.
Mighty mancala has an easy to use text user interface.
It also has multiple game modes to play with
There are also diffrent difficulties to choose from
There are more features to come...
Mighty Mancala uses the cusive tui library to make all the graphics for the game. There is also a dependency on the rand crate and the cursive-aligned-view crate.
Cursive uses a cross-term backend. This backend works with many different operating systems.
Because terminals are not standard some colors or charachters may look different on different terminals. If a specific terminal is giving you trouble please use a different one.
The techincal overview video can be found here.
This repo is a clone of a private repo that I used for class.