Skip to content

Mancala board game in JavaScript.

Notifications You must be signed in to change notification settings

raul-fornell/mancala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published