From fde2e8a5c5452ed523c23e4ca4136fbfce46524e Mon Sep 17 00:00:00 2001 From: Abdul Ahad <96586030+Ahad1317@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:14:34 +0530 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) 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!