/rockpaperscissors

a simple website to play "rock paper scissor" written in Scala

Primary LanguageScala

Rock paper scissors

Build Status

A simple web app that has you choose "rock paper scissors" against the computer, and tells you who won.

Requirements:

App should keep track of all time scores. Web interface should display that information.

Build & Run

$ cd tictactoe
$ ./sbt
> container:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.