Skip to content

A simple Tic Tac Toe game built using ClojureScript's Om library for the front-end and Scala with Akka in the backend

Notifications You must be signed in to change notification settings

miguel-vila/tic-tac-toe

Repository files navigation

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

About

A simple Tic Tac Toe game built using ClojureScript's Om library for the front-end and Scala with Akka in the backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published