Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 459 Bytes

DodgeSomeBlocks

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.

Usage

With Node.js

Run the following commands from the project directory:

npm install express
node server.js

This will serve the game at localhost:3000.

With another webserver

Copy the assets and game directories, as well as the index.html to your webserver.