An open API service indexing awesome lists of open source software.

https://github.com/michalmuskala/tic-tac-toe-workshop


https://github.com/michalmuskala/tic-tac-toe-workshop

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# TicTacToe

This is a repository for the "Build Distributed TicTacToe Game" workshop
during Lambda Days 2018.

## Installation

Clone this repo and run

* `mix deps.get`
* `mix compile`
* `iex -S mix`

If you see a shell prompt, everything compiled fine and you're good to go!

## Usage

Compile project: `mix compile`
Open shell in the project: `iex -S mix`