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.
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
|
|
|
|
|
2021-09-06 09:51:23 -05:00
|
|
|
Playable, but lightyears from complete and not very pretty or fun yet.
|
2021-09-05 11:12:18 -05:00
|
|
|
|
2021-09-06 09:51:23 -05:00
|
|
|
## Play Online
|
|
|
|
|
|
|
|
[https://irreligio.us/](https://irreligio.us)
|
|
|
|
|
|
|
|
The online version may be behind what's in the repository.
|
|
|
|
|
|
|
|
## Build and Run Locally
|
2021-09-05 11:12:18 -05:00
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
npm run build
|
|
|
|
firefox public/index.html
|
|
|
|
```
|