Crash course in game development with pygame

Today I will ramble about game development with python . Python is very easy to learn and it is a very easy to prototype games  with python. Pygame  is a SDL binding fo python , visit pygame.org for more details. 2D Game Development Concepts Sprites : Sprites are moveable game …