Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 539 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 539 Bytes

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