Difference between revisions of "PyGame Tutorials"
(→Skills) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
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. | 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. | ||
+ | |||
+ | =Using Visual Studio= | ||
+ | [[Create a python project in Visual Studio]] | ||
+ | |||
+ | [[Creating a virtual environment in Visual Studio]] | ||
+ | |||
==Basic Skills== | ==Basic Skills== | ||
[[Installing pygame]] | [[Installing pygame]] | ||
Line 38: | Line 44: | ||
[[Game Save with Shelve]] | [[Game Save with Shelve]] | ||
+ | |||
+ | [[Lighting Effects]] | ||
==GUI== | ==GUI== |
Latest revision as of 07:24, 11 June 2019
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.
Using Visual Studio
Create a python project in Visual Studio
Creating a virtual environment in Visual Studio