Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Skills)
(Skills)
Line 1: Line 1:
 
PyGame is a library you can import into python to create games with a graphical interface. General python support can be found on the '''[[Python]]''' page.
 
PyGame is a library you can import into python to create games with a graphical interface. General python support can be found on the '''[[Python]]''' page.
==Skills==
+
==Basic Skills==
 
[[Installing pygame]]
 
[[Installing pygame]]
  
Line 14: Line 14:
  
 
[[Moving shapes]]
 
[[Moving shapes]]
 
[[Vectors in PyGame]]
 
  
 
[[Drawing images]]
 
[[Drawing images]]
Line 25: Line 23:
 
[[Collisions]]
 
[[Collisions]]
  
[[Drawing a Tiled Map]]
+
[[Using Game Time]]
 +
 
 +
[[Sound & Music]]
 +
 
 +
[[Playing Video]]
  
[[Using Game Time]]
+
==More Advanced==
  
 
[[Enum in PyGame]]
 
[[Enum in PyGame]]
  
[[Sound & Music]]
+
[[Vectors in PyGame]]
 +
 
 +
[[Drawing a Tiled Map]]
  
[[Playing Video]]
+
[[Game Save with Shelve]]
  
 
==GUI==
 
==GUI==

Revision as of 08:57, 14 July 2018