Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 417 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 417 Bytes

first-ascii-roguelike

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.

Screenshot