22 lines
413 B
Markdown
22 lines
413 B
Markdown
# irreligio.us
|
|
|
|
An incremental game in which you start a cult and must grow it into the dominant world religion.
|
|
|
|
## Current State
|
|
|
|
Playable, but lightyears from complete and not very pretty or fun yet.
|
|
|
|
## Play Online
|
|
|
|
[https://irreligio.us/](https://irreligio.us)
|
|
|
|
The online version may be behind what's in the repository.
|
|
|
|
## Build and Run Locally
|
|
|
|
```
|
|
npm install
|
|
npm run build
|
|
firefox public/index.html
|
|
```
|