https://github.com/riverma/philosophy
A card game exploring philosophical concepts and dilemmas. An offline PWA at philosophy.riverma.com
https://github.com/riverma/philosophy
Last synced: 14 days ago
JSON representation
A card game exploring philosophical concepts and dilemmas. An offline PWA at philosophy.riverma.com
- Host: GitHub
- URL: https://github.com/riverma/philosophy
- Owner: riverma
- License: agpl-3.0
- Created: 2026-07-10T23:15:32.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-07-11T06:25:15.000Z (19 days ago)
- Last Synced: 2026-07-16T14:35:33.184Z (14 days ago)
- Language: JavaScript
- Homepage: https://philosophy.riverma.com
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Philosophy Cards
**A card game exploring philosophical concepts and dilemmas.**
[Open it live](https://philosophy.riverma.com) · [Report a bug](https://github.com/riverma/philosophy/issues/new?template=bug_report.md) · [Request a feature](https://github.com/riverma/philosophy/issues/new?template=feature_request.md)
[](./LICENSE)
[](https://philosophy.riverma.com)
## Privacy
**No data collected · no tracking · runs entirely on your device — 100% private.** There is no analytics and no tracking.
## About
- **Installable PWA** — add it to your home screen and use it fully offline.
## Quick start
It's a static site — no build step.
```sh
git clone https://github.com/riverma/philosophy.git
cd philosophy
python3 -m http.server 8000 # then open http://localhost:8000
```
Serve over HTTP (not `file://`).
## Contributing
Issues and pull requests welcome — see the templates under [`.github/`](./.github). Please keep the app dependency-free (no third-party CDNs).
## Versioning & changelog
Uses [Semantic Versioning](https://semver.org). See [CHANGELOG.md](./CHANGELOG.md).
## License
[GNU Affero General Public License v3.0](./LICENSE) © Rishi Verma. Bundled third-party assets retain their own licenses.