Vanilla JS Tic-Tac-Toe 2021 Building a tic-tac-toe game using pure vanilla javascript. This repository shows the steps taken to build a tic-tac-toe game using javascript. Approach Understand the problem Create a solution Test the solution Make it user friendly Find ways to improve the solution What is the problem? How to detect when a player wins? When does the game end?