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
- Host: GitHub
- URL: https://github.com/katerberg/roguelike-base
- Owner: katerberg
- Created: 2024-06-24T01:56:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T21:04:56.000Z (4 months ago)
- Last Synced: 2025-01-18T17:32:17.824Z (4 months ago)
- Language: TypeScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```