Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ridloghifary/snake-game

This is a simple snake game written in JavaScript and HTML5
https://github.com/ridloghifary/snake-game

css html javascript

Last synced: 14 days ago
JSON representation

This is a simple snake game written in JavaScript and HTML5

Awesome Lists containing this project

README

        

# Snake Game

This is a simple snake game written in JavaScript and HTML5.

## How to play

1. Use the arrow keys(**WASD**) to move the snake.
2. Eat the food to grow longer.
3. Avoid hitting the walls or yourself.

## Features

- A snake that can move up, down, left, or right.
- Food that appears at random locations.
- Score tracking.
- Different themes to choose from.

## Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.