Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alirezasaadatmand/snake-game-3d
- Owner: AlirezaSaadatmand
- Created: 2024-08-02T14:59:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:02:32.000Z (4 months ago)
- Last Synced: 2024-10-22T15:48:05.256Z (4 months ago)
- Topics: game, javascript, snake-game, three-js, threejs
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Wmoving 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)