Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.25 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.25 KB

TrickyRace

TrickyRace is a race game made entirely with javascript and WebGL. The objective is to complete a whole lap trying to avoid the obstacle and obtain the maximum score. To help you, along all the track there are some speed boost that will make your car faster for a small amount of time. Enjoy!

Playing

The GitHub Page to try the game is active at https://xalessandroc.github.io/TrickyRace/application.html

Set Up

Clone the repository on a local folder

git clone https://github.com/xAlessandroC/TrickyRace

or download the zip.

In order to play the game you need to start a web server. With Python you can execute the following command

python -m http.server [port]

inside the folder. Open your browser and type

localhost:[port]/application.html

You should see a loading screen like this

Features

Finish the lap in the minor possible time.

Pay attention to the obstacles.

Pick and use boost for speed up you car.