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.
Asked
Active
Viewed 9,512 times
-4
-
2of 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 Answers
6
Yes, check out http://pygame.org
It's a pretty popular 2D library for Python.

Ashley Grenon
- 9,305
- 4
- 41
- 54