All Projects → jamesseanwright → maze-generator

jamesseanwright / maze-generator

Licence: other
A real-time JavaScript maze generator using the depth-first search algorithm

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to maze-generator

Wfplayer
🌊 WFPlayer.js is an audio waveform generator
Stars: ✭ 124 (+853.85%)
Mutual labels:  canvas, generator
F-a-maze-ing
Create aesthetic mazes of different shapes, tiles, sizes and more using a CLI tool. A website is also available at https://mazes.apixelinspace.com
Stars: ✭ 78 (+500%)
Mutual labels:  maze, maze-generator
pathfinding-visualizer
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
Stars: ✭ 33 (+153.85%)
Mutual labels:  maze, depth-first-search
mazes
A comprehensive library of algorithms for creating perfect mazes.
Stars: ✭ 64 (+392.31%)
Mutual labels:  maze, maze-generator
mazeGenerator
Recursive Backtracker Maze Generation Algorithm with C++ using ncurses
Stars: ✭ 24 (+84.62%)
Mutual labels:  maze, maze-generator
maze
A maze command written in Go
Stars: ✭ 110 (+746.15%)
Mutual labels:  maze, maze-generator
generator-vue-component
📦 Yeoman generator to build your own Vue.js components
Stars: ✭ 32 (+146.15%)
Mutual labels:  generator
docker-elk
ELK Stack on Docker
Stars: ✭ 43 (+230.77%)
Mutual labels:  stack
lottery-rotate
适配移动端rem布局的canvas大转盘抽奖插件
Stars: ✭ 15 (+15.38%)
Mutual labels:  canvas
empathy-map
チームでお互いのことを知り、ゴールや目的を共有する。
Stars: ✭ 15 (+15.38%)
Mutual labels:  canvas
MazeSolver
An app that can solve a maze based on its image.
Stars: ✭ 18 (+38.46%)
Mutual labels:  maze
hexo-generator-index2
Filtered index generator for Hexo
Stars: ✭ 40 (+207.69%)
Mutual labels:  generator
mybatis-generator-plus
轻度扩展mybatis-generator-core插件,与官方插件兼容。
Stars: ✭ 62 (+376.92%)
Mutual labels:  generator
git-conventional-commits
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Stars: ✭ 58 (+346.15%)
Mutual labels:  generator
faker
Faker is a Nim package that generates fake data for you.
Stars: ✭ 28 (+115.38%)
Mutual labels:  generator
AndroidZdog
Porting Zdog(Round, flat, designer-friendly pseudo-3D engine for canvas) to Android with kotlin
Stars: ✭ 22 (+69.23%)
Mutual labels:  canvas
badaso
The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !
Stars: ✭ 650 (+4900%)
Mutual labels:  generator
turkeyvisited
Mark the cities you have visited in Turkey and share the map!
Stars: ✭ 82 (+530.77%)
Mutual labels:  canvas
vueShop
🙂collections
Stars: ✭ 72 (+453.85%)
Mutual labels:  canvas
password
Fast and secure password generator and library
Stars: ✭ 38 (+192.31%)
Mutual labels:  generator

Maze Generator

Build Status Coverage Status

A real-time JavaScript maze generator using the depth-first search algorithm.

Try online

Local Development

  • git clone https://github.com/jamesseanwright/maze-generator.git
  • cd maze-generator
  • npm i

Then run one of:

  • npm run watch - serves the generator via port 8080 and watches for source code changes
  • npm test - runs the tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].