Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Skills)
Line 22: Line 22:
  
 
[[Drawing a Tiled Map]]
 
[[Drawing a Tiled Map]]
 +
 +
==GUI==
 +
[[Creating an Interface]]
  
 
==Full Tutorials==
 
==Full Tutorials==

Revision as of 15:13, 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

Keyboard input

Mouse input

Moving shapes

Drawing images

Using Sprites

Using classes

Collisions

Drawing a Tiled Map

GUI

Creating an Interface

Full Tutorials

PyGame RPG

PyGame Platform

PyGame Tower