Search code examples
pythontextgraphics

How to make games that use graphic instead of text?


Hi I was wondering if anyone could answer my question, how would I go about making a game with graphics in python instead of text based games. I'm only new though so if it involves another programming language then I'm probably can't do it yet.


Solution

  • I would recommend using the tkinter library. You can makes games with graphics instead of text. One example would be here. And it is just Python :)