CodesShubham / Snake-Js

a dynamic snake game made with javascript where the food moves too

Home Page:https://snakeeats.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake-Js

Snake-Js is a simple implementation of the classic Snake game using HTML, CSS, and JavaScript.

Table of Contents

Demo

You can play the game live at Snake-Js.

Snake-Js

Features

  • Classic Snake gameplay.
  • Responsive design for various screen sizes.
  • Simple and intuitive controls.

Installation

Clone the repository to your local machine using the following command:

git clone https://github.com/69PercentFat/Snake-Js.git

Usage

  1. Open the index.html file in your web browser.
  2. Use the arrow keys to control the snake.
  3. Eat the food to grow the snake and earn points.
  4. Avoid collisions with the walls and the snake's own body.

Contributing

If you'd like to contribute to Snake-Js, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the code follows the project's coding standards.
  4. Test your changes thoroughly.
  5. Submit a pull request, explaining the purpose of your changes and any considerations for reviewers.

About

a dynamic snake game made with javascript where the food moves too

https://snakeeats.vercel.app


Languages

Language:JavaScript 67.4%Language:CSS 24.3%Language:HTML 8.3%