Skip to content

rlazoti/tictactoe-scala-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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