Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tkinter tic tac toe
#1
Just wanted to share the updated graphics view that I'm working on for the simple tic tac toe game I did.
What it looks like on my ubuntu. Since tkinter is not cross-platform friendly, probably will look different on other os.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply
#2
I can try it on windows if you want to know.
Reply
#3
I'm not sure, but if this is your game, it looks like this on mac:

Attached Files

Thumbnail(s)
   
pyzyx3qwerty
"The greatest glory in living lies not in never falling, but in rising every time we fall." - Nelson Mandela
Need help on the forum? Visit help @ python forum
For learning more and more about python, visit Python docs
Reply
#4
@Yoriz That would be great. I still have a little bit of the game logic to work out, then I'll post the code.
@pyzyx3qwerty Yes, that was my first attempt. The 2nd will have a little eye candy to it.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply
#5
(Jun-10-2020, 10:44 AM)menator01 Wrote: Just wanted to share the updated graphics view that I'm working on for the simple tic tac toe game I did.
What it looks like on my ubuntu. Since tkinter is not cross-platform friendly, probably will look different on other os.

This looks really great. Looking forward to the finished version!
Reply
#6
This is how it looks on windows
   
Reply
#7
It appears the text size is just a little big bigger on windows. it's cutting into the border just a little. other than that look's okay.
The buttons seem to lost their color as well.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply
#8
Really productive game!
On mac, it's shown as

   
pyzyx3qwerty
"The greatest glory in living lies not in never falling, but in rising every time we fall." - Nelson Mandela
Need help on the forum? Visit help @ python forum
For learning more and more about python, visit Python docs
Reply
#9
Looks okay on macs too. As with windows, it appears the buttons didn't contain their colors. Make make-shift shadow on the title seem to be okay as well. A littel darker than on my system but, still fine.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020