diff --git a/README.md b/README.md index 93ee1df..b905a8c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,35 @@ -# Snake-Zaaz -Snake Zaaz is a old school classic snake game. -Build on canvas element on HTML, CSS and Vanilla JAVASCRIPT. -HOST : https://ahad1317.github.io/Snake-Zaaz/ +# 🐍 Snake Zaaz Game 🕹ī¸ + +The Snake Zaaz Game is an old-school game 🎮 built with HTML, CSS, and JavaScript. It features the classic snake game mechanics and incorporates the Blue Box algorithm for game over screen. Additionally, the game includes music đŸŽĩ for a more engaging experience. + +## 🌟 Features + +- Classic snake game mechanics +- Blue Box algorithm for game over screen +- Music for a fun experience + +## 🚀 Getting Started + +1. Clone the repository: + ``` + git clone https://github.com/Ahad1317/Snake-Zaaz.git + ``` +2. Open `index.html` in your browser. + +## 🌐 Hosted Link + +The game is hosted at: [Snake Zaaz Game](https://ahad1317.github.io/Snake-Zaaz/) + +## 🛠ī¸ Tech Stack + +- HTML +- CSS +- JavaScript + +## 📝 License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. + +
+ +Feel free to customize this template further to suit your needs!