Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 271 Bytes

File metadata and controls

7 lines (5 loc) · 271 Bytes

Python implementation of the classical African board game, Mancala.

Good starting point for developing deeper artificial intelligence profiles.

Currently supports two basic AI profiles:

  • one vector-based that optimizes for free turns & captures
  • one simple random AI