Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/turbaszek/elm-tic
- Owner: turbaszek
- Created: 2019-03-31T20:01:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T23:22:39.000Z (almost 6 years ago)
- Last Synced: 2024-12-06T09:42:21.663Z (2 months 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
```