Search code examples
python-3.xpygamelibrariestoolkit2d-games

Toolkit Options for 2D Python Game Programming


What are some toolkits for developing 2D games in Python? An option that I have heard of is Pygame, but is there anything that has more range to do more things? What are the good and bad parts about the modules?


Solution

  • I use pygame myself and it is very good. It has good documentation and tutorials, and is quite well designed. I've also heard wonderful reviews of pyglet.