This repository has been archived on 2022-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
irreligious/README.md

16 lines
486 B
Markdown
Raw Normal View History

2021-08-18 06:32:12 -05:00
# irreligio.us
2021-09-05 11:12:18 -05:00
An incremental game in which you start a cult and must grow it into the dominant world religion.
2021-08-18 06:32:12 -05:00
2021-09-05 11:12:18 -05:00
## Current State
It can be run and played through a not-very-pretty debugging interface. To make testing easier, default configuration is massively sped up from what the final game will use, and the relationships between resources have not been play-tested or balanced in any meaningful way.
## Build and Run
```
npm install
npm run build
firefox public/index.html
```