Pygame2
In this article we will add items, add a background image(you can change it back to the solid green color later if you would like), talk about sprites, talk about sprite groups, and briefly discuss how to add sound effects.
This is a blog about developing games using Python and Pygame! I will post articles about new game features and projects. Please leave suggestions in the comments on how we can better these articles and games. Feel free to ask questions if something I discussed in an article is unclear! Thanks and happy programming :)
In this article we will add items, add a background image(you can change it back to the solid green color later if you would like), talk about sprites, talk about sprite groups, and briefly discuss how to add sound effects.
Download the Pygame0 folder for the code discussed in this article. In this tutorial I will go more in detail on the methods we added to the Player class previously. If you feel like you already understand the Player class, or simply do not care, feel free to skip to the next tutorial! No new features will be added in this article.