https://github.com/kernelfolla/elm-tictactoe
tictactoe in elm, as simple as possible
https://github.com/kernelfolla/elm-tictactoe
Last synced: 24 days ago
JSON representation
tictactoe in elm, as simple as possible
- Host: GitHub
- URL: https://github.com/kernelfolla/elm-tictactoe
- Owner: KernelFolla
- Created: 2017-03-08T17:07:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T20:40:14.000Z (about 9 years ago)
- Last Synced: 2025-01-16T04:29:37.999Z (over 1 year ago)
- Language: Elm
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-tic-tac-toe
Hello, it's my first script with elm, if you have suggestions please open an issue!
1. Install [Elm](http://elm-lang.org/install) with `npm -g install elm`
2. clone and cd into the repo with `git clone https://github.com/KernelFolla/elm-tictactoe.git && cd elm-tictactoe`
3. `elm-package install`
4. `elm-reactor`
5. Open `http://localhost:8000/TicTacToe.elm`