Integrated dungeon into the game with some basic map loading and rendering. No collisions yet. Also the walls don't feel right... probably need to push the depth a lil' more? ⚒️
#JSDungeon
#JSDungeon
November 9, 2025 at 2:44 PM
Integrated dungeon into the game with some basic map loading and rendering. No collisions yet. Also the walls don't feel right... probably need to push the depth a lil' more? ⚒️
#JSDungeon
#JSDungeon
Map editor is alive! Just bare minimum features to let me work on the game's dungeon rendering. Still haven't figure out how I should handle doors yet though 🤔
#JSDungeon
#JSDungeon
November 1, 2025 at 10:14 AM
Map editor is alive! Just bare minimum features to let me work on the game's dungeon rendering. Still haven't figure out how I should handle doors yet though 🤔
#JSDungeon
#JSDungeon
Spent way too much time getting the mod compatibility checks in. It now warns you about compatibility issues if you have different mods loaded. It also safely turns undefined items into stone if you choose to proceed without the necessary data (totally stole that idea from Sorcerian).
#JSDungeon
#JSDungeon
October 11, 2025 at 5:43 AM
Spent way too much time getting the mod compatibility checks in. It now warns you about compatibility issues if you have different mods loaded. It also safely turns undefined items into stone if you choose to proceed without the necessary data (totally stole that idea from Sorcerian).
#JSDungeon
#JSDungeon
Just toying around with a modding system idea I had. Since it's HTML5 + JavaScript, I get to try the drag & drop file loading trick 🙌
It's not perfect (images doesn't refresh automatically) and probably lots of edge cases to smooth out. So it'll remain as a proof of concept for now.
#JSDungeon
It's not perfect (images doesn't refresh automatically) and probably lots of edge cases to smooth out. So it'll remain as a proof of concept for now.
#JSDungeon
October 1, 2025 at 4:07 PM
Just toying around with a modding system idea I had. Since it's HTML5 + JavaScript, I get to try the drag & drop file loading trick 🙌
It's not perfect (images doesn't refresh automatically) and probably lots of edge cases to smooth out. So it'll remain as a proof of concept for now.
#JSDungeon
It's not perfect (images doesn't refresh automatically) and probably lots of edge cases to smooth out. So it'll remain as a proof of concept for now.
#JSDungeon