Build a simple browser game called Retro Dungeon Explorer. It is a repeatable roguelike choose-a-path game where the player goes room by room through a dungeon. The gameplay should be very simple: every room gives the player 2 or 3 buttons, and each choice creates a small risk or reward. The player starts each run with: * 10 Health * 0 Gold * 1 Potion * 0 Keys * Floor 1 The goal is to survive as many floors as possible, collect gold, and defeat bosses every 5 floors. The game does not need a
Created by coachbandit