An incremental game in which you start a cult and must grow it into the dominant world religion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Rudis Muiznieks 208e441086
broke credibility hit out into its own inc value
2 years ago
public moved all math.floor(value) logic to baseclass 2 years ago
src broke credibility hit out into its own inc value 2 years ago
.editorconfig removed node_modules 2 years ago
.eslintrc.json added a couple eslint rules back 2 years ago
.gitignore added deploy script and updated readme 2 years ago
.prettierrc.json replaced eslint formatting rules with prettier 2 years ago
README.md updated readme 2 years ago
TODO.md changed cost into function; changed inc into ResourcNumber 2 years ago
package-lock.json replaced eslint formatting rules with prettier 2 years ago
package.json replaced eslint formatting rules with prettier 2 years ago
tsconfig.json fixes for linter 2 years ago

README.md

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/

The online version may be behind what's in the repository.

Build and Run Locally

npm install
npm run build
firefox public/index.html

Development Philosophy

  • Keep it client-side—it runs in a web browser, even offline.
  • Keep it lean—no third-party libraries of any kind.
  • Keep it clean with strict typescript rules and linting.
  • Compile to a single file—no module loaders or other fancy schmancy nonsense of that sort.