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

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

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`