borntofrappe / code

Explore software
0 stars 0 forks source link

Mazes #5

Closed borntofrappe closed 3 years ago

borntofrappe commented 4 years ago

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.

borntofrappe commented 4 years ago

The project uses Lua as a programming language, love2D as a game engine to display the end result

borntofrappe commented 3 years ago

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.

borntofrappe commented 3 years ago

The project is split in two folders. One dedicated to algorithms, closing this issue, and one dedicated to different shapes (upcoming project)