Demo : https://www.youtube.com/shorts/H1uU7CsOjxI
An interactive, animated skeletal reptile built using pygame
. The reptile follows your cursor, animates its tail and legs, and plays a sound when touched. It also includes a color-cycling feature and glow effects.
- Cursor-following skeletal reptile
- Tail sway animation
- Walking leg movement with procedural animation
- Sound effect on "touch"
- Glow and head growth on interaction
- Color change with key press (
C
) - Adjustable movement speed (
↑
and↓
) - Fullscreen display
- Python 3.x
- pygame
Install dependencies:
pip install -r requirements.txt