Getting Started with Coding in Tkinter for Game Development

0
2
Asked By CuriousCoder42 On

I'm just starting out in game development with Python and I need some guidance on how to actually use Tkinter for this. I've heard that it might not be the best option for games, but I want to learn some complex mechanisms in Python while experimenting. Any tips or resources would be really appreciated!

1 Answer

Answered By GameDevNewbie87 On

Tkinter isn't usually recommended for game development, but if you're interested in making basic graphics, you might want to check out Pygame instead. It’s better suited for games! If you still want to explore Tkinter, try searching for tutorials online; I found a pretty comprehensive one that could help you get started.

StartSmall123 -

Yeah, I'm looking into Pygame too, but I want to get a grip on Tkinter first.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.