A labyrinth game made in python
The project started with the coding of a labyrinth generator using union path algorithm, but I found that was too slow, so I tried a recursive exhaustive research generation and achieved a code more fast but limitted to a 100x100 area.
I made this little game to apply my labyrinth generation in a concrete situation.
You spawn in the top left corner, and you have to reach the bottom right corner. This game and generation are fully customizable so have fun!