DEV Community

Discussion on: What was your win this week?

 
marcelocg profile image
Marcelo Gonçalves

I have this book, and the algorithm I'm working on is actually based on an improvement made by Jamis Buck himself over one of the algos in the book! I have the PoC implementation made in Java generating a Tiled map file or printing the maze in ASCII to the terminal. Not something I can be proud of but it's on github.com/marcelocg/mazes

Thread Thread
 
laradurrant profile image
Lara Durrant

OK, that's really cool! Starting with ASCII and the terminal is often the first step to making something bigger and more exciting! I guess it's settled, then, I definitely need to get that book. :)

The game I've been making is just a static/kinetic maze at this point built in Unity. Now I'm wondering if I can add some proc gen features to it! Lots of possibilities to explore...