Hey guys I have to create a python version of Tic Tac Toe, but does anyone know if it's possible to make this using Tkinter?
I think I have to have it nice and bright and colourful, therefore TKinter is the only solution i can think of using Python.
Any help, advice, suggestions would be helpful.
Thank you, Darkangelchick
Darkangelchick -2 Light Poster
Recommended Answers
Jump to PostIs it you against another human, or you against the computer?
Jump to PostThere are two separate parts of course. Start with the logic
1. How are you going to identify the individual squares, by row and column, or will each square have a unique number. And how will you test to see that the square is not already occupied, which will be …
Jump to PostYou can use a dictionary to store the moves. The square number would be the key, so let's say it is 1 through 9. You can then ask the person which square they want to occupy if using console input. If using a GUI, you would test for the location …
All 10 Replies
jlm699 320 Veteran Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Darkangelchick -2 Light Poster
woooee 814 Nearly a Posting Maven
Darkangelchick -2 Light Poster
woooee 814 Nearly a Posting Maven
woooee 814 Nearly a Posting Maven
Darkangelchick -2 Light Poster
Darkangelchick -2 Light Poster
woooee 814 Nearly a Posting Maven
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.