Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 558 Bytes

TIC TAC TOE

This game is implemented in Elixir. The code is based on this talk.

Game example

This game is deployed on GigaElixir in case you want to check this out: https://frg-tictactoe.gigalixirapp.com/

Setup

$ git clone [email protected]:feliperenan/tictactoe.git
$ cd tictactoe
$ mix deps.get
$ cd assets && npm install
$ cd .. && mix phx.server

Go to localhost:4000 and the game is going to be ready to play.