# Laby

Laby project on Wokwi for ESP32.
Written by Paul Jaros Ⓒ 2024. Released under the MIT License.

Generates a random labyrinth and allows you to walk in it with
the push-buttons, which are also mapped WASD-keys.

The LEDs show the walls around you. A lit LED means a wall blocks
the passage.

The player starts at the top left position in the labyrinth. The
exit is at the bottom-right.

Reaching the exit will advance you to the next level. Which is
is a bigger labyrinth. You will again be set to the top-left
position and need to find the exit on the bottom-right.