XO Game built with Python using tkinter as grapchial interface.
The game have bugs!, and your task is to solve them.
- Challenge 01 medium: in playerChoice() method write a code to choice between X and O
- Challenge 02 hard: write implementation of reset() method
- Challenge 03 easy: show pop-up message when game is over
- Challenge 04 easy: write pop-up message when game is over before the reset method
- Challenge 05 easy: add text title to the program, and name it "XO Game"
- Challenge 06 easy: make player choice random between X and O at the start of the game