Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 563 Bytes

PWA-Tic-Tac-Toe

A Progressive Web App (PWA) fun Tic Tac Toe game made with HTML, JavaScript, CSS and a little bit of Vue.

Why is this Tic Tac Toe special?

  • It is a Progressive Web App (PWA). It can be "installed" on your mobile device and accessed offline without the need to connect to the internet.
  • In Tic Tac Toe, to determine the winner, many devs use a predefined hard coded winning combinations in the code. Instead, I chose to utilize the Magice Square math combination for 3x3 grid to determine the winner.

Demo

https://pwatictactoe.web.app