Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 2: Line 2:
  
 
==Skills==
 
==Skills==
[[installing pygame]]
+
[[Installing pygame]]
  
 
[[Basic pygame template]]
 
[[Basic pygame template]]
Line 9: Line 9:
 
[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]
+
[http://www.nerdparadise.com/programming/pygame/part1 Nerdparadise pygame]
  
 
[https://diycomputerscienceandelectronics.wordpress.com/2017/05/05/pygame-tutorial-learn-a-lot-and-have-loads-of-fun/ pygame tutorial learn a lot and have loads of fun]
 
[https://diycomputerscienceandelectronics.wordpress.com/2017/05/05/pygame-tutorial-learn-a-lot-and-have-loads-of-fun/ pygame tutorial learn a lot and have loads of fun]

Revision as of 12:56, 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