Difference between revisions of "PyGame Tutorials"
(→Skills) |
(→Skills) |
||
Line 24: | Line 24: | ||
[[Drawing a Tiled Map]] | [[Drawing a Tiled Map]] | ||
+ | |||
+ | [[Using Game Time]] | ||
==GUI== | ==GUI== |
Revision as of 08:18, 5 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.