Pygame Updated
Written by Kay Ewbank   
Thursday, 15 December 2016

There's an updated version of Pygame, the long established Python game development wrapper. It was last updated more than seven years ago so news of version 1.9.2 marks the end of a long wait.

pygame

Pygame is a Python wrapper module for the SDL multimedia library that you can use to create games in Python. The library contains Python functions and classes that you can use to access SDL’s support for playing cdroms, audio and video output, and keyboard, mouse and joystick input.

Pygame is highly portable, and has been downloaded millions of times. Its wiki describes it as having 'silliness built in' with more silliness being added every 3.1415 seconds. Another advantage of Pygame is that it doesn't require OpenGL. It can use it, but can equally use Directx, Windib, X11, linux frame buffer, and many other different backends... including an ASCII art back end. It's often used when teaching Python, and it has a lot of enthusiastic users.

The updated version follows on from a sprint (a Python hackathon) at EuroPython back in June. One of the main things holding back the release of the new release (1.9.2) was the lack of a working version of binary wheels for Linux, so that pip install would work on Linux. Wheels are Pythons package format. A wheel is is a ZIP-format archive with a specially formatted file name that can be installed by simply unpacking into site-packages with the standard 'unzip' tool. The sprint saw the binary wheels for Linux finished, so that there are now binary wheels for all the major platforms. including Windows.

 

pygame

 

 

Those of you of a more serious disposition might want to know that a release candidate of Python 3.6.0 is now available - you can check out the new features in our recent coverage of the beta and further new features. This will be the next major release of Python, and code for it is now frozen.

 

More Information

Pygame Overview

Python 3.6 Release Candidate

Related Articles

Python 3.6.0 Beta 1

//No Comment - Python 3.6

Kivy 1.9 Released  

Python 3.5 Released

 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Udacity's iOS Nanodegree Completely Revamped
05/07/2024

Udacity has refreshed its iOS Developer Nanodegree Program. The latest version, iOS Development with SwiftUI and SwiftData is intended to take 5 months.



Amazon Updates Q Family And Previews App Studio
15/07/2024

Amazon made multiple announcements at its AWS Summit in New York, including a preview of AWS App Studio, the addition of Q Developer to SageMaker Studio, and an Amazon Q Apps API.


More News

 

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 15 December 2016 )