Simple ASCII roguelike game based on game logic from this tutorial: How to Make Your First Roguelike | Envato Tuts+. I only updated the logic with TypeScript and added an UI with Preact and CSS grid.
Simply install dependencies with npm install
and run the game with npm start
.