You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript Tic, Tac, Toe game. The main issue with this game is that the computer is not very good. This is because the way that the computer choice works is through randomly chosing a tile, rather than any actual strategy or algorithm. Perhaps in the future I will change it so then it is more sophisticated.