Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.