Skip to content

iamsiddharthdas/tictactoe_redefined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe (redefined)

Where your “winning move” could vanish on your next turn!

Game Rules

  • Two players: X and O
  • Take turns making a move by clicking on an empty cell
  • Each player can have up to 3 marks on the board at any time
  • On the 4th move, the oldest mark is removed
  • First player to align three marks (row, column, or diagonal) wins

Installation

Clone the repository

git clone https://github.com/yourusername/tictactoe_redefined.git
cd tictactoe_redefined

Run the game

python fifo_tictactoe_gui.py

Pull requests are welcome! If you have ideas for improving the game mechanics or UI, feel free to fork and submit a PR.

About

A fun twist on the classic Tic-Tac-Toe game built with Python’s Tkinter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages