Will von Jess
wvonjess.bsky.social
Will von Jess
@wvonjess.bsky.social
I might start using Bluesky as a means to blog some of the progress on this side project.

Today I fixed up the placement and alignment algorithm for the rooms so that the dungeon wouldn't snake back on itself. I'd like to start trying it out with custom non-uniform rooms.

#godot
February 27, 2025 at 10:11 PM
Been messing with Godot in my free time making a dungeon generator from pre-fab rooms. It's super enjoyable, but the process feels like an uphill marathon. So far rooms are connected via their door nodes linearly. Next steps are to add collision detection so it doesn't loop back on itself.
February 24, 2025 at 2:43 AM