Skip to content

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

Notifications You must be signed in to change notification settings

Santaval/mancala-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages