Implementation of the Mancala game using Java 8 + Spring Boot + Vaadin.
To start sowing the stones, just press on any of the green pits(player 1 starts). The game is over when one of the players has no available moves left.
To compile and run:
mvn clean install
mvn spring-boot:run