Tkinter Game

Today, I’m working on a python RPG-like game that runs on tkinter. Usually, to make a python game, you would have to use pygame. However, I plan on not using that, but instead, tkinter. Tkinter is used for making python guis(graphical user interface). And today, I’m making a game with it.

What I have for now is the buttons, and a picture of the opponent that I’ll face in the game once I finish the whole code. For now, what I did is create the basic attack move, allowing our character to attack the opponent. If there is anything else for me to say, then what I’ve learned is that dictionaries help a lot with coding.

One thought on “Tkinter Game

Leave a Reply

Your email address will not be published. Required fields are marked *