This is a simple project that implement African board game with spring-boot and vaadin
About project(african board game):
This game not completed and I designed the structure of the game.
(some methods in TraditionalStrategy don't implemented ,they have just comments)
I didn't implement unit tests completely ,just implement a class with some method for sample.
I use a strategy pattern because this game can play with various strategies,TraditionalStrategy is just one of them.
As you see, I use vaadin for frontend.
How run this game:
This application runs with spring boot.
run MainApplication class and after can access to the game via this link:
localhost
users must login and after redirecting to this page:
localhost
then can enjoy playing :)
#african_board
#game
#vaadin
#springBoot