A WebGL game, where you are on an epic quest to dodge blocks. With a jet. This was made for Prof. Scholl's "Computergrafik" course at the FH Aachen.
Run the following commands from the project directory:
npm install express
node server.js
This will serve the game at localhost:3000
.
Copy the assets
and game
directories, as well as the index.html
to your webserver.