You can play the game live here https://farmeroy.github.io/mancala/
This is the traditional game of Mancala built using React (create react app) and React Context API. The logic of the game is stored in /store/GameProvider.js and accessed in the app as a context hook.
Mancala is a two player strategy game. Each turn, one player moves their 'stones' accross the board. The player with the most stones when one row is empty is the winner.
If you'd like to read more, check out https://en.wikipedia.org/wiki/Mancala