derikb / hadleyville-online

Browser version of my rules light Old West RPG.
https://hadleyville.derikbadman.com
1 stars 0 forks source link
roleplaying-game rpg-game rpg-tool

Hadleyville Online

An web version of my rules light Old West RPG, Hadleyville (free at itch.io).

I have plans to add more features as time permits, see the issues in github.

This is coded in Angular because I need to learn it for work, so there might be problems with how I use Angular. Refactored to not use a framework.

This is also me working out the issues with my RPG Table Randomizer library.

Install

To use, just point your server at /dist or locally, run npm i && npm run start to install dependencies and start a dev server that is viewable in your browser.

For development: