Difference between revisions of "PyGame Tutorials"
(→GUI) |
|||
Line 35: | Line 35: | ||
[[PGU Interface]] | [[PGU Interface]] | ||
+ | |||
+ | [[wxPython Interface]] | ||
==Full Tutorials== | ==Full Tutorials== |
Revision as of 12:18, 6 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.