Minesweeper model implemented in Scala.
This is an hybrid object-oriented and functional model. For a more functional model see: https://github.com/scala-minesweeper
RESTful API implemented in Scalatra.
Persistence implemented in Slick.
$ sbt run
App root is http://localhost:8080
Swagger docs at http://localhost:8080/api-docs/swagger.json
Endpoints are defined in ar.com.flow.minesweeper.rest.MinesweeperServlet