
Roguelike Game Boilerplate
A complete starter template for creating browser-based roguelike games with level generation, inventory systems, and mobile-friendly controls.
Created by chr15m
Create a free account to get instant access
How to Use
This is a developer boilerplate tool for creating roguelike games in the browser. It provides a complete foundation with all the essential roguelike components already implemented. **What it includes:** • Level generation with rooms and corridors • Inventory system and item collection • Monster AI and combat mechanics • Multiple game screens (title, settings, instructions, win/lose) • Sound effects and animations • Mobile-friendly touch controls **Demo game controls:** • Arrow keys to move your character • Walk over chests to open them and collect items • Press 'i' to toggle inventory display • On mobile: use touch arrow buttons **Demo objective:** Find The Amulet while avoiding The Monster. Collect gold and gain XP along the way. **For developers:** The boilerplate handles all the boring technical setup so you can focus on customizing gameplay, graphics, and mechanics. It's MIT licensed and includes comprehensive documentation and video tutorials for getting started with your own roguelike project.