Skip to content

natanaeladit/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game

This project is built on top of the play-java-starter-example project

Running

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.

Controllers

  • GameController.java

    handles request from web application

Components

  • Game.java:

    an interface for the web application

  • GamePlay.java

    handles all game rules and logic