Ilakkiya37 / Tick-Tack-Toe-

0 stars 0 forks source link

Tic Tac Toe Game

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.

Sources

https://www.geeksforgeeks.org/python-implementation-automatic-tic-tac-toe-game-using-random-number/

Instructions

  1. to start playing the game, player has to tap on the start game button
  2. Once playing, player wiill use their mouse, through the cursor to tap X inn the box, the second player is the bot, so the O will be automated
  3. When finsished playing, player can restart or end the game.

Screenshots

Game Start Game opening screen

Player Move Player making a move.

Game End Game end screen