A simple multi player tic tac toe game built using ClojureScript's Om library for the frontend and Scala with Akka in the backend.
To run the scala server:
> cd tic-tac-toe-scala
> sbt run
Go to localhost:9000
To put the compiled js file inside the public folder of the scala project:
> cd tic-tac-toe-cljs
> lein cljsbuild once release