Tic Tac Toe project feedback request

Good afternoon freeCodeCampers!

I’ve finished my Tic Tac Toe game and would appreciate any feedback anyone can give.

Thanks in advance for taking the time to have a look.

https://codepen.io/phatbhoy67/full/pVNdZY/

Looks good!

I was able to click rapidly in various squares and the “AI” had to draw Xs after I finished clicking for a few seconds to catch up. Maybe adding a max number of X or O draws per second would fix that? It’s also possible to click 3 Xs in a row without the “AI” making a move. Not being able to draw without the computer drawing might fix that.

1 Like

Thanks for having a look, that’s definitely a bug I need to fix! :grinning:

I think I’ve fixed that now. :grinning:

Looks like you got it! Well done :smiley:

1 Like