18
0
Fork
You've already forked pyGameSprites
0
two simple pygame based sprite examples, one using PNGs, an other using an animated GIF
  • Python 100%
2024年06月17日 22:58:10 +02:00
.idea inital comit 2024年06月17日 22:45:22 +02:00
sprites inital comit 2024年06月17日 22:45:22 +02:00
caveman.py inital comit 2024年06月17日 22:45:22 +02:00
LICENSE Initial commit 2024年06月17日 20:37:17 +00:00
pacman.py inital comit 2024年06月17日 22:45:22 +02:00
README.md added credits 2024年06月17日 22:58:10 +02:00
requirements.txt inital comit 2024年06月17日 22:45:22 +02:00

pyGameSprites

two simple pygame based sprite examples, one using PNGs, an other using an animated GIF

this examples is based on this Stack Overflow post

Pacman

this example uses indepedant PNG images stored all in one folder

python pacman.py

orientation of the images will be changed dependant of direction

Caveman

this example uses an animated GIF which contains all images of the used sprite

python caveman.py

orientation of the images will be changed dependant of direction