A maze-game server that generates one maze after another maze for you to play.
- GLM is included as a submodule.
- Node.js for server architecturing.
- Express as server-side dependency.
- Socket.io for browser-server communication.
- cmake-js for Node.js addon building.
The following projects are included as plain source-code:
- TinyGLTF for writing glb models.
- three.js for WebGL rendering.
- node-addon-api for Node.js addon binding.
You need Node.js and cmake-js:
# npm install -g cmake-js
# cmake-js
# cd ServerJS
# npm install
# node server.js
You may need to use "nohup" to run it on a remote server as a background process.