Difference between revisions of "PyGame Tutorials"
Line 2: | Line 2: | ||
==Skills== | ==Skills== | ||
− | [[ | + | [[Installing pygame]] |
[[Basic pygame template]] | [[Basic pygame template]] | ||
Line 9: | Line 9: | ||
[https://www.raspberrypi.org/magpi-issues/Essentials_Games_v1.pdf MagPi PyGame Book] | [https://www.raspberrypi.org/magpi-issues/Essentials_Games_v1.pdf MagPi PyGame Book] | ||
− | [http://www.nerdparadise.com/programming/pygame/part1 | + | [http://www.nerdparadise.com/programming/pygame/part1 Nerdparadise pygame] |
[https://diycomputerscienceandelectronics.wordpress.com/2017/05/05/pygame-tutorial-learn-a-lot-and-have-loads-of-fun/ pygame tutorial learn a lot and have loads of fun] | [https://diycomputerscienceandelectronics.wordpress.com/2017/05/05/pygame-tutorial-learn-a-lot-and-have-loads-of-fun/ pygame tutorial learn a lot and have loads of fun] |
Revision as of 11:56, 26 January 2018
PyGame is a library you can import into python to create games with a graphical interface. I will be adding to this section over time.