Difference between revisions of "PyGame Tutorials"
(→GUI) |
(→Skills) |
||
Line 6: | Line 6: | ||
[[Drawing shapes]] | [[Drawing shapes]] | ||
+ | |||
+ | [[Drawing text]] | ||
[[Keyboard input]] | [[Keyboard input]] |
Revision as of 15:45, 30 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 the Python page.