Difference between revisions of "PyGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Tutorials)
Line 1: Line 1:
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.
+
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==
 
==Skills==
 
[[Installing pygame]]
 
[[Installing pygame]]

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