Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(GUI)
(Skills)
Line 6: Line 6:
  
 
[[Drawing shapes]]
 
[[Drawing shapes]]
 +
 +
[[Drawing text]]
  
 
[[Keyboard input]]
 
[[Keyboard input]]

Revision as of 15:45, 30 June 2018

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

Installing pygame

Basic pygame template

Drawing shapes

Drawing text

Keyboard input

Mouse input

Moving shapes

Drawing images

Using Sprites

Using classes

Collisions

Drawing a Tiled Map

GUI

Creating A DIY Interface

PGU Interface

Full Tutorials

PyGame RPG

PyGame Platform

PyGame Tower