What LOOTPARADOX is
LOOTPARADOX is a free social gaming platform. Players interact with reel and table games using virtual loot that holds no monetary value. Loot cannot be purchased, transferred, or exchanged for currency or prizes. The platform exists for entertainment and practice only.
How it started
The project began as an exercise in building clean, accessible browser-based games without frameworks, servers, or tracking. Every line of code runs in your browser. Every byte of state stays on your device.
Design principles
- Local-first: all data lives in your browser localStorage. No server, no database, no cloud sync.
- Transparent mechanics: probability weights and paytables are visible in the page source.
- Minimal footprint: one HTML file per page, one stylesheet, one script. No build tools, no dependencies.
- Accessible: semantic HTML, ARIA attributes, keyboard navigation, high contrast.
Funding
LOOTPARADOX is independently funded. There are no sponsors, no advertisers, no affiliate links. The platform does not generate revenue from its players.
Contact
For questions, suggestions, or concerns: vault@lootparadox.com.