A simple WASM maze generator in Go (demo)

GitHub - deadpixi/wasm-maze-generator: A simple WASM maze generator in Go.
A simple WASM maze generator in Go. Contribute to deadpixi/wasm-maze-generator development by creating an account on GitHub.

Demo:

http://frigidriver.com/mazes

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

2 Likes

These are always fun little project, but there’s a bug, the maze solve display of the red line seems to have an off by one error or something so it’s drawing an extra line at the start/end one of them, lol:
image

2 Likes

Ha! I found one too. Looks like any time there is an open space by the start (or end?) the solution fills that space

image

2 Likes