An open API service indexing awesome lists of open source software.

https://github.com/katerberg/roguelike-base

A vanilla roguelike template to allow easy start on fun features
https://github.com/katerberg/roguelike-base

Last synced: 2 months ago
JSON representation

A vanilla roguelike template to allow easy start on fun features

Awesome Lists containing this project

README

        

# Roguelike Base

A framework to allow building a traditional roguelike easily.

## Local development

To run the app locally and start modifying it to build your own roguelike, run the following to get a working (fairly boring) Roguelike running on https://localhost:8080

```
nvm use
npm i
npm start
```