TicTacToe

TicTacToe

Description

Enjoy the timeless game of TicTacToe in a desktop application built using Python's Tkinter module. Whether challenging the computer or competing against a friend, this rendition offers both single-player and multiplayer modes. Employing an object-oriented approach, the game benefits from a customized design through the ImageConverter class, enabling vibrant visuals.

Challenges

Overcoming challenges included addressing Tkinter's image handling bug, ensuring consistent display of images throughout gameplay.

GitHub
logo