Reading Time: 8 minutes
Tic-Tac-Toe with JavaScript: Building the User Interface
In the previous part we created a JavaScript class for the computer player. In this final part, we will build a simple user interface for the tic-tac-toe board. We will use classes and methods created in previous parts to simulate a game with a certain search depth and a starting player.This is the second part of a 3 parts series. Below you can find the list of other parts:Part 3: Building the Use...