A client-server SPA that allows generate and resolve maze games.
Install Node.js with npm (https://nodejs.org/es/) Install MongoDB (https://www.mongodb.com/)
Clone this repository
$ git clone https://github.com/kanguarrovi/maze-generator.git
Install requirements
$ cd maze-generator
$ npm install
$ nodejs server.js
Go to the browser at 127.0.0.1:4444 and begin to solve mazes.