Monday, November 26, 2018

gamingdirectional: Create an explosion manager and explosion class for pygame project

In this article we will create an explosion manager as well as an explosion class to manage the on scene explosions but first of all lets watch the raw video below which shows the explosions on the game scene. https://ift.tt/2DJhcW0 Before we create the above classes, we will create one single explosion sprite sheet which contains many...

Source



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...