Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. Pygame was originally written by Pete Shinners to replace PySDL after its development stalled. It has been a community project since 2004 or 2005 and is released under the open source free software GNU Lesser General Public License. You can start the tutorials in pygame from this link https://www.pygame.org/wiki/tutorials. The pygame is an easier platform to develop games with less amount of strain. You can download the pygame package from this link http://www.pygame.org/download.shtml and start creating your first game using python programming language.
No comments:
Post a Comment