Skip to content

mfbell/mancala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mancala Simulator

Written in Python 3.6

Run mancala.py for default game logic.

To implement custom player logic subclass Player and overwrite Player.play(). See the class for documentation. Then pass the player subclass to the Mancala class when initialising the game Mancala(player=PlayerSubClass).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages