Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davilhlapak/snake-game
SnakeGame is an implementation made with JavaScript, TypeScript, and React of a famous classic game called Snake.
https://github.com/davilhlapak/snake-game
Last synced: 11 days ago
JSON representation
SnakeGame is an implementation made with JavaScript, TypeScript, and React of a famous classic game called Snake.
- Host: GitHub
- URL: https://github.com/davilhlapak/snake-game
- Owner: DaviLhlapak
- Created: 2020-03-25T16:46:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T12:11:43.000Z (8 months ago)
- Last Synced: 2024-05-10T13:29:48.278Z (8 months ago)
- Language: TypeScript
- Homepage: https://snake.davilhlapak.com.br/
- Size: 123 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Snake Game](public/thumb.png)
## âī¸ About
SnakeGame is an implementation made with JavaScript, TypeScript, and React of a famous classic game called Snake.
## đšī¸ Play Online
[Snake Game Online](https://snake.davilhlapak.com.br/)
## đ Getting Started
Clone this repository and install the dependencies using your preferred package manager.
```bash
pnpm install
# or
yarn
# or
npm install
```## 𧊠How to play
- The objective is to eat all the fruits on the screen using the snake's head.
- To control your snake, you can press any of the arrow keys âŦ ī¸âŦī¸âĄī¸âŦī¸ on your keyboard or swipe the screen đ in the mobile version.