Skip to content

malekcoders/xo-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

XO Game built with Python using tkinter as grapchial interface.

The game have bugs!, and your task is to solve them.

Chalanges

  • 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.

Steps

  1. Fork the project
  2. Solve the issues
  3. Commit and push your suloation on your forked repo
  4. Write comment on the issues that you have solved

If you have question, write comment on the issue page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages