-4

Is it possible to make 2D games using python? If it is got any links to any 2D game that used Python to create it? I was thinking of learning Python but thought i should ask you guys if it can create 2D games before I do start.

Omar Al-Naimi
  • 39
  • 1
  • 2
  • 4
  • 2
    of coarse its possible .... see pygame library ... or pyglet or ... – Joran Beasley Jul 17 '13 at 20:37
  • possible duplicate of [What's the best toolkit for doing 2d game programming with Python?](http://stackoverflow.com/questions/34611/whats-the-best-toolkit-for-doing-2d-game-programming-with-python) – John Y Jul 17 '13 at 21:15

2 Answers2

6

Yes, check out http://pygame.org

It's a pretty popular 2D library for Python.

Ashley Grenon
  • 9,305
  • 4
  • 41
  • 54
2

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.

Relevant

Community
  • 1
  • 1
Stephan
  • 16,509
  • 7
  • 35
  • 61