A strategic minigame simulating payment orchestration dynamics where merchants balance investments in processors, routing, and SDK quality to maximize profit before time expires. Built with Svelte + TypeScript.
Objective: Reach target profit within allotted time by optimizing:
- Payment Processors: Add/remove processors (Stripe, Adyen, etc.)
- Routing Strategies: Balance cost vs success rate
- SDK Experience: Improve developer integration quality
- Time Management: Race against the clock
Core Mechanics:
Investment → Affects → Transaction Success Rate → Impacts → Profit
↖_________Time Pressure_________↙
Component | Impact |
---|---|
🔌 Processor Management | - Add/remove processors |
- Balance fees vs reliability | |
🧭 Routing Strategies | - Smart routing configurations |
- Cost/speed tradeoffs | |
🧑💻 SDK Experience | - Developer satisfaction |
- Integration error rates | |
⏳ Time Attacks | - Quarterly time blocks |
- Market condition changes |
Installation
git clone https://github.com/Sakilmostak/the-thing.git
npm install
Running
# Dev server
npm run dev
# Production build
npm run build