Skip to content

Raffaello/scala-play-demo

Repository files navigation

Scala Play! simple HangMan Game

Build Status Scala.js

  • CI on TravisCI
  • CD on Heroku

Hangperson DEMO at:

Base

HangPerson Game

HangPerson Game SPA

HangPerson Game

  • store UUID in session/cookie for multiple users and store the state of the game assoicate to the UUID in the cache
  • restore from cache the game state based on UUID retrieve from session

HangPerson Game SPA

  • it download the compiled scalaJS (javascript) built in ReactJS and the game will be generate in browser (off-line). The Server is no more required at this point.