https://github.com/michalmuskala/tic-tac-toe-workshop
https://github.com/michalmuskala/tic-tac-toe-workshop
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalmuskala/tic-tac-toe-workshop
- Owner: michalmuskala
- Created: 2018-02-24T07:49:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T16:19:12.000Z (about 7 years ago)
- Last Synced: 2024-10-06T10:41:24.986Z (7 months ago)
- Language: Elixir
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`