Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 1: Line 1:
 
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.
 
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.
 +
 +
==Skills==
 +
[[installing pygame]]
 +
 +
[[Basic pygame template]]
  
 
==Tutorials==
 
==Tutorials==

Revision as of 11:52, 26 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.

Skills

installing pygame

Basic pygame template

Tutorials

MagPi PyGame Book

nerdparadise pygame

pygame tutorial learn a lot and have loads of fun