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.
|
2 years ago | |
---|---|---|
public | 2 years ago | |
src | 2 years ago | |
.editorconfig | 2 years ago | |
.eslintrc.json | 2 years ago | |
.gitignore | 2 years ago | |
.prettierrc.json | 2 years ago | |
README.md | 2 years ago | |
TODO.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 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
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.