Difference between revisions of "PyGame Tutorials"
Line 11: | Line 11: | ||
[[Mouse input]] | [[Mouse input]] | ||
+ | |||
+ | [[Moving shapes]] | ||
+ | |||
+ | [[Drawing images]] | ||
+ | |||
+ | [[Rectangular collisions]] | ||
+ | |||
+ | [[Per pixel collisions]] | ||
+ | |||
+ | [[Using classes]] | ||
+ | |||
+ | [[Drawing a Tiled Map]] | ||
+ | |||
+ | |||
==Tutorials== | ==Tutorials== |
Revision as of 08:04, 23 February 2018
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.
Skills