Visualize different maze generation algorithms
Try it here »
A 2D Platformer clone of the original Super Mario Bros. Tried to clone as many features as possible.
To get a local copy up and running follow these simple example steps.
- Node/npm: https://nodejs.org/en/download/
- Clone the repo
git clone https://github.com/deanhaleem/maze-visualizer.git
- Install NPM packages
npm install
- Build & Serve
npm run dev
- Navigate to
localhost
to start playing!
Dean Haleem - deanhaleem.com - deanhaleem.10@gmail.com