Dragon Game is a simple browser-based game where a dragon follows the mouse cursor as you move it around the screen. This interactive and entertaining project is built with basic HTML, CSS, and JavaScript, providing a fun example of DOM manipulation and event handling.
To clone this repository, run:
git clone https://github.com/codejq/chan.git Usage After cloning, open index.html in your browser to play the game. Move your mouse around, and watch as the dragon follows your cursor!
https://codejq.github.io/chan/
index.html: The main HTML file that sets up the game environment. style.css: Contains basic styling for the game. script.js: Contains the JavaScript code that makes the dragon follow the cursor. Contributing Contributions are welcome! Please fork the repository, make your changes, and create a pull request.
This project is licensed under the MIT License.