Critique my Tic-Tac-Toe game

Project Link - https://codepen.io/tlannoye11/full/OmKaPq/

Optional fun stuff I added: the ability to choose from one of five different colors for each player!
Optional fun stuff I did not add: HARD mode where the AI always wins, fancy smoothed-out animations between the different screens.

Let me know how I did! I’ll likely be submitting this after a day or two on here. Thanks everyone!

1 Like

It looks really nice, very user friendly, and to the point. Though if I could add to a thing you might want to put in the game, the option of going first or second. It seems that in one player mode, you can only go first. Maybe an option or make it random?

Added a random boolean to decide who goes first, and also made sure that ties actually stop the game from prompting someone to make a move. Thanks for catching that!

1 Like