Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "PyGame is a library you can import into python to create games with a graphical interface. I will be adding to this section over time. ==Tutorials== [https://www.raspberrypi....")
 
(Tutorials)
Line 3: Line 3:
 
==Tutorials==
 
==Tutorials==
 
[https://www.raspberrypi.org/magpi-issues/Essentials_Games_v1.pdf MagPi PyGame Book]
 
[https://www.raspberrypi.org/magpi-issues/Essentials_Games_v1.pdf MagPi PyGame Book]
 +
 +
[http://www.nerdparadise.com/programming/pygame/part1 nerdparadise pygame]

Revision as of 21:59, 24 January 2018

PyGame is a library you can import into python to create games with a graphical interface. I will be adding to this section over time.

Tutorials

MagPi PyGame Book

nerdparadise pygame