Pygame is a set of modules used to
develop games in python. Pygame adds functionality on top of Simple DirectMedia
Layer(SDL) library. SDL is a cross-platform development library designed to
provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D.
Go through following link to learn more
about SDL.
Pygame is portable, almost run on all
platforms. Pygame is open-source(GPL Licence), you can create commercial games
with it.
If you don't know Python, I recommend you to to read python first.
No comments:
Post a Comment