Note: Active development has moved to https://code.sitosis.com/rudism/irreligious
An incremental game in which you start a cult and must grow it into the dominant world religion.
Playable, but lightyears from complete and not very pretty or fun yet.
The online version may be behind what's in the repository.
npm install
npm run build
firefox public/index.html
- 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.