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: about 1 year ago
JSON representation
Tic-Tac-Toe in Elm
- Host: GitHub
- URL: https://github.com/turbaszek/elm-tic
- Owner: turbaszek
- Created: 2019-03-31T20:01:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T23:22:39.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T18:45:07.329Z (about 1 year ago)
- Topics: elm, functional-programming, tic-tac-toe
- Language: Elm
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```