Python for 2D Game Dev?
I'm currently using pygame for my first major programming project (a bullet hell shooter), and it works pretty well. I recommend reading through the whole documentation and watching a tutorial series on it. I didn't bother doing that, and I ended up having to scrap my project and start over since I wasn't using some of pygame's features properly.
More on reddit.comAnyone know of a high-level 2D game engine for Python?
Super PySnake: Open-source 2D snake game made with Pyglet and Python 3.4.
Wanting to learn Python in hopes of making a 2d open world RPG.
Hello, I've been wondering if Python is a good place to start some simple 2D game development. I have been doing some scripts on Python, so I guess I can say I have some idea on how to work things around Python.
Also, what are some good game libraries/engines for Python? I'm planning to do some platformer, side-scrolling, and all that basic stuff.
I'm currently using pygame for my first major programming project (a bullet hell shooter), and it works pretty well. I recommend reading through the whole documentation and watching a tutorial series on it. I didn't bother doing that, and I ended up having to scrap my project and start over since I wasn't using some of pygame's features properly.
The Top 10 Pygame Tutorials