Skip to content

domeniqque-pereira-deel/tic-tac-toe

Repository files navigation

Tic-tac-toe (Crazy)

A small hobbye project made with VueJs ❤️

See working

https://domeniqque.github.io/tic-tac-toe

Multiplayer mode

Against a robot

Google Audits

Stack

  • VueJs
  • Async and await (promises)
  • PWA
  • WebWorkers
  • CSS3 (only)

To run

After clone this project

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev