Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Tutorials)
Line 5: Line 5:
  
 
[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]

Revision as of 09:38, 25 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

pygame tutorial learn a lot and have loads of fun