two simple pygame based sprite examples, one using PNGs, an other using an animated GIF
| .idea | inital comit | |
| sprites | inital comit | |
| caveman.py | inital comit | |
| LICENSE | Initial commit | |
| pacman.py | inital comit | |
| README.md | added credits | |
| requirements.txt | inital comit | |
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