TIC-TAC-TOE GAME
Game Logic: This section contains the code that handles the game's logic, including the board representation, checking for win conditions, and handling player turns.
User Interface: The user interface code is responsible for displaying the game board, taking user input, and updating the interface based on the game's state.