African mancala game - played as a standalone app and online on bawo.zone. Works on Windows, macOS and Linux.
https://fumba.github.io/bawo.zone
You will need node
v16.3.0 to run this project. We strongly recommend using nvm
to install the correct node
version in your workspace - macOS/linux, windows.
1. git clone https://github.com/fumba/bawo-zone.git
2. cd bawo.zone
3. nvm install 16.3.0
4. nvm use 16.3.0
- install yarn - instructions
6. yarn install
yarn start - for standalone version
yarn dev - for browser version
Build with docker - https://www.electron.build/multi-platform-build#docker
LINUX