This contains some basic programs for sprite movements like walking, jumping, running(to be implemented) and playing dead(to be implemented).
Just run it using:
python3 <file.py>
It needs pygame to be installed in the machine running it:
pip3 install pygame