Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manuelarte/mancala-go

Implementation of the board game Mancala in go, also playing against an A
https://github.com/manuelarte/mancala-go

ai golang mancala q-learning

Last synced: about 1 month ago
JSON representation

Implementation of the board game Mancala in go, also playing against an A

Awesome Lists containing this project

README

        

[![Go](https://github.com/manuelarte/mancala-go/actions/workflows/go.yml/badge.svg)](https://github.com/manuelarte/mancala-go/actions/workflows/go.yml)
# 🎲 Mancala GO 🎲 #

This project is to show how to play [Mancala](https://en.wikipedia.org/wiki/Mancala) and play against an AI.

# How To #

Run the main file in cmd/mancala/main.go

> go build .\cmd\mancala\

To print the command's help

> ./mancala help

To use it with default values

> ./mancala