Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/turbaszek/elm-tic

Tic-Tac-Toe in Elm
https://github.com/turbaszek/elm-tic

elm functional-programming tic-tac-toe

Last synced: 4 days ago
JSON representation

Tic-Tac-Toe in Elm

Awesome Lists containing this project

README

        

# elm-tic
Tic-Tac-Toe in Elm. Check demo [here](https://elm-tick.netlify.com).

## Development build
Run this:

```
$ elm make src/Main.elm --output=index.html
```