twr-wasm
twr-wasm provides a simple way to run C/C++ code in a web browser using WebAssembly.
maze-blockly-wrapper
A Blockly-based maze game wrapper with editable maze generation and programming interface
generate-maze
Maze generator using a JavaScript implementation of Eller's Algorithm, as described here: http://www.neocomputer.org/projects/eller.html
pathfinding-algorithms
A package for implementing pathfinding algorithms for web apps that need some kind of path finding, maze solving. Supports both weighted and unweighted algos.