Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 285 Bytes

File metadata and controls

9 lines (6 loc) · 285 Bytes

Sprite Tutorials

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