Awesome
Tic Tac Toe in Elm
Play online at https://tic-tac-toe.vishaltelangre.com.
Preview
Features
- Play between 2 players
- Play with the computer which may behave dumb or smart at times 😜
- Shows who's turn it is nicely
To run locally
npm install
elm-app start
To make production build
npm run-script build