Snake-Game-3D

This is a 3D Snake game made with Three JS

Stars
3

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