Difference between revisions of "PyGame Tutorials"
(→Tutorials) |
|||
Line 1: | Line 1: | ||
− | PyGame is a library you can import into python to create games with a graphical interface. | + | PyGame is a library you can import into python to create games with a graphical interface. General python support can be found on [Python this] page. |
− | |||
==Skills== | ==Skills== | ||
[[Installing pygame]] | [[Installing pygame]] |
Revision as of 19:43, 20 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 [Python this] page.