Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.07 KB

A Tic Tac Toe game in Scala and React

Overview

An awesome Tic Tac Toe game that supports three different levels of difficulty.

Its backend is written in Scala using Akka HTTP, and its frontend in JS using React.

Run

$ git clone https://github.com/rlazoti/tictactoe-scala-react.git
$ cd tictactoe-scala-react
$ sbt run

Then go to http://localhost:8080/

Play It

You can play it online at http://tictactoe-scala-react.herokuapp.com/

Test

$ sbt test

Author

Rodrigo Lazoti - rodrigolazoti@gmail.com