tic-tac-toe icon indicating copy to clipboard operation
tic-tac-toe copied to clipboard

Tic Tac Toe game implementation in Elm

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