Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alirezasaadatmand/snake-game-3d

This is a 3D Snake game made with Three JS
https://github.com/alirezasaadatmand/snake-game-3d

game javascript snake-game three-js threejs

Last synced: 4 months ago
JSON representation

This is a 3D Snake game made with Three JS

Awesome Lists containing this project

README

        

# Snake Game 3D

This is a snake game written in JavaScript and ThreeJS

### Prerequisites

```
Three JS
```

### Installing

There are several ways to use ThreeJS .

But for this project there is nothing to install because ThreeJS files are imported in index.html file .

## Running

To run and test the project , make sure you are connected to internet and run the " index.html " file .

## Controlers

```
moving up : w or W

moving down : s or S

moving right : d or D

moving left : a or A
```

## Pictures

![Screenshot 2024-08-06 130206](https://github.com/user-attachments/assets/ac4662d0-474e-459b-9d6f-2c2b150a2de2)