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