Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 677 Bytes

Tic-tac-toe

screenshot

Build Status

A simple multi player tic tac toe game built using ClojureScript's Om library for the frontend and Scala with Akka in the backend.

How to build and run

Scala backend

To run the scala server:

> cd tic-tac-toe-scala
> sbt run

Go to localhost:9000

Clojurescript client

To put the compiled js file inside the public folder of the scala project:

> cd tic-tac-toe-cljs
> lein cljsbuild once release