Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Skills)
(Skills)
Line 8: Line 8:
 
[[Drawing shapes]]
 
[[Drawing shapes]]
  
[[Random in pygame]]
+
[[Keyboard input]]
  
 
==Tutorials==
 
==Tutorials==

Revision as of 22:20, 21 February 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

Drawing shapes

Keyboard input

Tutorials

MagPi PyGame Book

Nerdparadise pygame

pygame tutorial learn a lot and have loads of fun