Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Repository files navigation

Maze Runner

Test your maze generation algorithms, both for finite and infinite mazes. Simply write some JavaScript that declares the function getWalls(x,y) which returns an enum with the walls of the cell at position (x,y). The grid and tests will already be provided for you.

Notes

  • YOU ARE RESPONSIBLE FOR THE CODE YOU PASTE! This project is meant to execute arbitrary code, and it will! Do not paste code you don't understand or trust.
  • For infinite mazes, the order is not guaranteed. Use of recursion is suggested.

About

A testing tool for maze algorithms

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages