/mouse-tracking-worm

this creature follows you mouse cursor!! (written in Python and Arcade framework)

Primary LanguagePythonMIT LicenseMIT

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.

Features:

  • Real-time mouse tracking
  • Smooth movement of the worm
  • Easy-to-understand and well-commented code

Installation:

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

Screenshots:

Untitled

Resources:

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!