Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manuelarte/mancala-go
- Owner: manuelarte
- Created: 2022-10-11T17:48:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T20:04:51.000Z (4 months ago)
- Last Synced: 2024-08-22T23:57:31.684Z (4 months ago)
- Topics: ai, golang, mancala, q-learning
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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