Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 462 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 462 Bytes

Tic Tac Toe in Elm

Play online at https://tic-tac-toe.vishaltelangre.com.

Preview

Live Demo

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