Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/deadpixi/wasm-maze-generator
/ types & classes
Types & classes
6 in github.com/deadpixi/wasm-maze-generator
⨍
Functions
90
◇
Types & classes
6
Struct
cell
A single cell.
main.go:94
TypeAlias
direction
Directions, and displacements to move in a given direction.
main.go:51
Struct
maze
Mazes are simple structures.
main.go:31
Struct
position
Position is simply x/y coordinates.
main.go:123
Struct
stack
We use a stack of positions when generating and solving the maze. This avoids using the call stack. Go has a very deep call stack on most targets, but
main.go:131
TypeAlias
visitedMap
main.go:190