Difference between revisions of "PyGame Tutorials"
(→Skills) |
|||
Line 26: | Line 26: | ||
[[Using Game Time]] | [[Using Game Time]] | ||
+ | |||
+ | [[Sound & Music]] | ||
+ | |||
+ | [[Playing Video]] | ||
==GUI== | ==GUI== |
Revision as of 09:08, 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.