nighthawkcoders / student

MIT License
1 stars 163 forks source link

Tic Tac Toe Game | CompSci Blogs #35

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Tic Tac Toe Game | CompSci Blogs

creation of a tic tac toe game

https://will-w-cheng.github.io/student/2023/09/06/Tic-Tac-Toe-Game.html

ad1tyad3sa1 commented 1 year ago

It would help if, in your tic tac toe game, the boxes didn't shift when you applied an x or an o. Additionally, try to see if you can do it against the computer rather than a 2v2 game.