Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
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 '''[[Python THIS]]''' 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==
 
==Skills==
 
[[Installing pygame]]
 
[[Installing pygame]]

Revision as of 20:44, 20 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

Full Tutorials

PyGame RPG

PyGame Platform

PyGame Tower