XO Game built with Python using tkinter as grapchial interface.
The game have bugs!, and your task is to solve them.
- Challenge 01 : in playerChoice() method write a code to choose between X and O.
- Challenge 02 : write the implementation of reset() method.
- Challenge 03 : show pop-up message when game is over in the reset method.
- Challenge 04 : add text title to the program, and name it "XO Game".
- Challenge 05 : make the player start with random value between X and O.
- Fork the project
- Solve the issues
- Commit and push your suloation on your forked repo
- Write comment on the issues that you have solved
If you have question, write comment on the issue page.