Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Tutorials)
Line 24: Line 24:
 
[[Drawing a Tiled Map]]
 
[[Drawing a Tiled Map]]
  
==Tutorials==
+
==Full Tutorials==
[https://www.raspberrypi.org/magpi-issues/Essentials_Games_v1.pdf MagPi PyGame Book]
+
[[PyGame RPG]]
  
[http://www.nerdparadise.com/programming/pygame/part1 Nerdparadise pygame]
+
[[PyGame Platform]]
  
[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]
+
[[PyGame Tower]]

Revision as of 14:11, 11 June 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

Mouse input

Moving shapes

Drawing images

Using Sprites

Using classes

Collisions

Drawing a Tiled Map

Full Tutorials

PyGame RPG

PyGame Platform

PyGame Tower