Blog Post on Tic-tac-toe in JavaScript, HTML, and CSS
The programming requirements are translated into mroe literal interpretations of the game of Tic Tac Toe.
π© Going back and forth (turns) can be checked by showing whose turn it is and that it changees on click.
2. Each of the players marks an X or O in an empty square on a grid of 9 Squares, making a 3x3 arrangement.π―
π© Need to simulate a click action on the different cells, outside of cells, etc.