PyGame Tutorials

From TRCCompSci - AQA Computer Science
Revision as of 20:43, 20 June 2018 by Admin (talk | contribs)
Jump to: navigation, search

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.

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