This project is built on top of the play-java-starter-example project
Run this using sbt. If you downloaded this project from http://www.playframework.com/download then you'll find a prepackaged version of sbt in the project directory:
sbt run
And then go to http://localhost:9000 to see the running web application.
-
GameController.java
handles request from web application
-
Game.java:
an interface for the web application
-
GamePlay.java
handles all game rules and logic