/mancala-python

Traditional game "Mancala" developed in Python. It consists of all the rules as well as two game modes: one player and two players.

Primary LanguagePython

Mancala-python

Traditional game "Mancala" developed in Python. It consists of all the rules as well as two game modes: one player and two players.

Installing

Clone this repository using git

git clone https://github.com/Santaval/mancala-python

Dependencies

Install the following dependencies:

  1. Colorama to give color to the texts in the console
pip install colorama
  1. Tabulate to generate tables in console
pip install tabulate

Play

Execute the game

py play.py