PannyHuang / MazeBattles.com

Website built with Node.js and Socket.io where users race against each other to solve generated mazes. Features a single player and one-on-one mode. Uses Prim's MST Algorithm to generate the mazes.

Home Page:http://www.mazebattles.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mazebattles.com

Built a site using Node.js and Socket.io where users race against each other to solve mazes generated using's Prim's Minimum Spanning Tree Algorithm. Uses the Breadth-First Search (BFS) Algorithm to solve mazes. Features a single player and one-on-one mode.

Gameplay

Gameplay 2

Gameplay 3

Installation

Navigate your CLI to the project folder, and execute the following command

node server.js

License

MIT

About

Website built with Node.js and Socket.io where users race against each other to solve generated mazes. Features a single player and one-on-one mode. Uses Prim's MST Algorithm to generate the mazes.

http://www.mazebattles.com/


Languages

Language:JavaScript 69.1%Language:HTML 26.9%Language:CSS 4.0%