Difference between revisions of "PyGame Tutorials"
(→Skills) |
(→More Advanced) |
||
Line 38: | Line 38: | ||
[[Game Save with Shelve]] | [[Game Save with Shelve]] | ||
+ | |||
+ | [[Lighting Effects]] | ||
==GUI== | ==GUI== |
Revision as of 07:55, 19 July 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.