A Progressive Web App (PWA) fun Tic Tac Toe game made with HTML, JavaScript, CSS and a little bit of Vue.
- 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.