Snake-Js is a simple implementation of the classic Snake game using HTML, CSS, and JavaScript.
You can play the game live at Snake-Js.
- Classic Snake gameplay.
- Responsive design for various screen sizes.
- Simple and intuitive controls.
Clone the repository to your local machine using the following command:
git clone https://github.com/69PercentFat/Snake-Js.git
- Open the
index.html
file in your web browser. - Use the arrow keys to control the snake.
- Eat the food to grow the snake and earn points.
- Avoid collisions with the walls and the snake's own body.
If you'd like to contribute to Snake-Js, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code follows the project's coding standards.
- Test your changes thoroughly.
- Submit a pull request, explaining the purpose of your changes and any considerations for reviewers.