Browser game about descending through a dungeon in pursuit of loot.
View on the WebThe player traverses a dungeon by moving throughout a two-dimensional grid. They can gather weapon and armor upgrades by walking over them, and they can battle enemies in the same way. By switching to the weapon representing an enemy's weakness the player can survive combat unscathed. The player wins by reaching the bottom of the dungeon and defeating their final opponent.
Good Stuff Down There is a quick game with simple controls. The dungeon's layout isn't random, so a player can complete the game more quickly if they know the layout of items and enemies. Most players will be able to complete the game in a few minutes, so the game keeps track of the player's best completion time to add a reason for repeat playthroughs.
I created the HTML, CSS, and JavaScript used to play the game and navigate the surrounding webpages, which offer more information about the game. I used PixiJS to render the game in a window which works across browsers and mobile devices.