Pygame and Sprite animation: coming soon Tutorial 1 part 3

Soon will come the third part of the Pygame tutorial 1, a new serie of tutorial about pygame that will cover all the important stuffs in pygame in a quick and easy way, so that you’ll be ready to create an you can eventually use it as a guide or a way to recover some arguments you may need in you creative process.

In the next episode we will talk about the fundamental argument of the sprites and we will show the code to animate a sprite.

That’s what we will cover:

  • loading a lot of sprite without having to do it one at the time (a nice for loop will do it for us)
  • use the pygame.group.Group class
  • delete the frames without using screen.fill((0, 0, 0)) for all the page

Here is a sneel peek of the next video


Subscribe to the newsletter for updates
Tkinter templates
Avatar My youtube channel

Twitter: @pythonprogrammi - python_pygame

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.