How can i write tic-tac-toe oop in python and with tkinter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i write tic-tac-toe oop in python and with tkinter?

This game is between a player and AI and i wrote the code in the past but not objectory oriented... and without using tkinter

29th Mar 2023, 5:59 AM
Mobina
Mobina - avatar
1 Answer
+ 3
You could start by learning OOP and some basic tkinter. Then you need to get clear about what classes you need for your code and how you want to organize the program.
29th Mar 2023, 7:42 AM
Lisa
Lisa - avatar