Play Tic-Tac-Toe against a CPU and compete against others for the most wins.
Clicking on an open space on the board puts an "X".
To win, you need to place 3 "X"s in a straight line across the board.
A CPU will place an "O" every time you place an "X".
Download the source code using the "Code" button, with either of the available options for cloning the code.
Open your terminal of choice inside the final-project-team-20 folder and npm install
to install all the required dependencies.