Skip to content

vishaltelangre/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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