this creature follows you mouse cursor!! (written in Python and Arcade framework)
This repository contains the source code for a simple Python Arcade project where a worm follows the mouse cursor. It's an engaging way to learn about mouse events and smooth movement in Python.
- Real-time mouse tracking
- Smooth movement of the worm
- Easy-to-understand and well-commented code
Clone the repository:
git clone https://github.com/yourusername/python-arcade-worm.git
Install the required dependencies:
pip install -r requirements.txt
Run the project:
python main.py
Python Arcade Documentation: https://api.arcade.academy/en/latest/ YouTube playlist: https://youtu.be/yg8LTguKtUw
Feel free to fork this repository, open issues, and submit pull requests. Let's make learning Python fun and interactive!