Skip to content

fynv/CreateAMaze

Repository files navigation

CreateAMaze

A maze-game server that generates one maze after another maze for you to play.

Referenced work

  • 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:

Building

You need Node.js and cmake-js:

# npm install -g cmake-js
# cmake-js

Running the server

# cd ServerJS
# npm install
# node server.js

You may need to use "nohup" to run it on a remote server as a background process.

About

Web game based on an infinite maze generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages