An incremental game in which you start a cult and must grow it into the dominant world religion.
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.
Go to file
Rudis Muiznieks 1bc4206a32 ability to define mulitple user actions per resource 2021-09-06 00:12:05 -05:00
public megachurches 2021-09-04 23:16:32 -05:00
src ability to define mulitple user actions per resource 2021-09-06 00:12:05 -05:00
.editorconfig removed node_modules 2021-09-05 06:31:51 -05:00
.eslintrc.json ability to define mulitple user actions per resource 2021-09-06 00:12:05 -05:00
.gitignore trying to get eslint to work with typescript-language-server 2021-09-05 08:04:02 -05:00
README.md eslint config 2021-09-05 11:12:18 -05:00
TODO.md switch target to ES5 2021-08-23 09:16:45 -05:00
package-lock.json i'm a moron 2021-09-05 08:13:32 -05:00
package.json eslint config 2021-09-05 11:12:18 -05:00
tsconfig.json fixes for linter 2021-09-05 14:45:37 -05:00

README.md

irreligio.us

An incremental game in which you start a cult and must grow it into the dominant world religion.

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