Closed borntofrappe closed 3 years ago
The project uses Lua as a programming language, love2D as a game engine to display the end result
I finally managed to create mazes with different algorithms:
I'm in the process of recreating the demos on replit to have a live environment.
The project is split in two folders. One dedicated to algorithms, closing this issue, and one dedicated to different shapes (upcoming project)
The project follows the demos first developed in borntofrappe/game-development. Inspired by the book Mazes for programmers, the goal is to implement different algorithms and maze structures.