-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<br> | ||
|
||
Feel free to customize this template further to suit your needs! |