Coder Social home page Coder Social logo

mancala's Introduction

Mancala

Build Status

Simulator and Agents for the game of Mancala. Mancala is a 2-player, turn-based strategy board game based on small stones on a board. The objective is to capture more stones than your opponent.

This project implements the game logic, multiple interfaces, and a variety of AI bots.

Game Play

Players can choose any hole located on their side of the board. Stones are then dropped into following cells, however skipping the opponent's score cell. Game ends when a player scores 25 or more points.

Moving Again Rule

If the last stone dropped lands in the score cell, the player moves again.

Capturing Rule

If the last stone ends in an empty cell on the current player's side, if there are any stones in the adjacent cell on the opponent's side, these stones are captured for the current player.

Agents

Agent Description
Random From valid moves, selects randomly
Max Maximize score increase for that turn
Exact Maximizes repeating turns
MinMax Implements Min/Max tree exploration with alpha/beta tuning
A3C Implements an Actor-Critic Reinforcement Learner

Agent Performance

Play

Run with python server.py or make serve and browse to http://127.0.0.1:5000/ to play Mancala.

Mancala GUI

Play in the terminal with python play.py or make play

Mancala Terminal

Test

Run the unittest tests with python -m unittest discover or make test. Tests are also run on Travis CI Build Status.

mancala's People

Contributors

mdavolio avatar user01 avatar feliciaannette avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.