This is a simple game implemented in python. Players take turns to place their marks (X or O) on a 3x3 grid, and the first player to align three marks in a row, column, or diagonal wins the game. If the grid is filled without any player winning, the game ends in a tie.
https://www.geeksforgeeks.org/python-implementation-automatic-tic-tac-toe-game-using-random-number/
Game opening screen
Player making a move.
Game end screen