Member-only story
How To Make Retro Games With Python
3 min readAug 9, 2021
Welcome back! As most of you know, Python is a very powerful language with a ton of capability, so let’s talk about one of the most interesting things you can do with this language, let’s learn how to make a retro game with Python. Now, there are several different gaming packages for Python, I have written about of few of my favorite ones, here are a few of those articles:
Now let’s take a look at another package, this one is called Pyxel, you can view the entire game engine on GitHub:
Now, this game engine has a ton of capability, if you’re a game developer you should…