Game of Life – web application
Hello Everyone!
I would like to present you my implementation of Game of Life -> https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life.
It is an application with JavaScript frontend and RESTful backend. The application uses following technologies:
– Spring Boot,
– Spring MVC,
– Thymeleaf,
– Spring Data,
– JPA,
– REST,
– AOP,
– jQuery,
– Maven.
Application is written in Spring Boot. You can compile it using
mvn package
and run it by
java -jar lifegame-0.0.1.jar
This application is really simple, but it shows how web application using Spring Boot can look like. I hope it will be useful for some of you. Cheers!