Still don’t have a project tag for this roguelike experiment yet, but it seems like it might turn into an actual game. Now I’ve added doors, (some of which are locked and have paired, color coded keys,) inventory, enemies, and slightly janky click to pathfind to suppliment arrow key movement. I’m about to add sound with howler.js and audiosprite next. An image of a 2d dungeon game map, text reads "Pig pink door, status: locked" An image of a 2d dungeon game map, text reads "The door is locked!" A big thing that is missing is fog of war. I made kind of a mess getting my Grotto tiles working and it’s not as straightforward as it would be in a normal ascii rot.js game. I’ll give it some consideration once I get sound added.