Skip to content

Dydy2412/LabyGenPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

LabyGenPython

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!