/game-race-webgl

A 3D web racing game made with JavaScript, WebGL, and GLSL.

Primary LanguageJavaScriptOtherNOASSERTION

WebGL Race Game

Hardware-acellerated 3D racing game for the web browser

This is a very simple racing game made with HTML/CSS/JavaScript, WebGL, and GLSL.

Screenshot of game screen.

Installation Guide

Run Guide

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.