This is a very simple racing game made with HTML/CSS/JavaScript, WebGL, and GLSL.
- Install git.
- Clone this repository to a directory on your computer. That directory will be referred to as
root
.
Run any server in the root
directory to serve index.html
. The easiest way I know of to do this is with Python:
- Install Python 3 and ensure it's referencable by PATH.
- Open a terminal in the root folder.
- Run
python -m http.server 8000
in the terminal. - Navigate to localhost:8000 in a web browser.