This is web application that enables 2 human players to play the Kalah game.
The rules of the Kalah game are very well explained on Wikipedia Note that the Wikipedia article explains 3 and 4-stone Kalah, while this is a 6-stone game.
The web app is built with:
Simply run mvn spring-boot:run
or mvn clean package; java -jar target/kalahGameWeb-0.1.0.jar
Use the instructions provided by Heroku