7/16/2026 dungeoneerlog 1: baseline
~procedural dungeon generation
~character controller + collision
~updating eyesight
~basic goblins that move in random directions
tell me what i should add next in
my guestbook !
7/22/2026 dungeoneerlog 2: map maker wip
so for the future for me to not have to make every structure or map ever in code
(thats absolutely TERRIBLE) im in the middle of creating a map maker for dungeoneerlog
this is how im planning to make it work:
the user will be able to place down tiles in a grid with a cursor and when they're done
they will be able to press a button to export code that you can copy and paste into the game with
instructions on how to create the a tile at a time with info about the tile as well such as if its
collidable, if it will hurt the player, etc.
tell me what i should add next in
my guestbook !