raul-fornell / mancala

Mancala board game in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mancala

Mancala board game in JavaScript. Zero setup required, just run index.html from a web server and open it in a web browser to play the game.

For example the following command, will open a web server in http://localhost:8000

python -m SimpleHTTPServer 8000

Or if you have npm installed

npx http-server

Rules for Mancala the board game can be read https://www.thesprucecrafts.com/how-to-play-mancala-409424

About

Mancala board game in JavaScript.


Languages

Language:JavaScript 71.1%Language:CSS 17.8%Language:HTML 11.1%