MineMasters.pro
Live in productionMineMasters is the hub for competitive Minesweeper — a platform serving the worldwide community with leaderboards, tournaments, training tools, and original games. What started as a leaderboard grew into an ecosystem of 15+ interconnected apps that the community uses daily.
The public site is deliberately lean - JavaScript, no framework overhead, fast on any device. Behind it sits a set of Node.js/Express services with MySQL (kept in private repos) handling accounts, leaderboard ingestion, and event registration.
Spotlight: powering a real-world championship
- NA Regional Championship (Chicagoland 2026) — the registration and payment system for an in-person tournament runs on my stack.
- Helcim payment integration with HMAC-verified webhooks, raw-body signature checks, and a server-to-server postback path for the hosted payment page.
- Capacity gating and waitlists — seat limits enforced at the API layer, with graceful overflow to a waitlist flow.
- Designed a full accounts system: MySQL schema with cross-platform identity linking (verify you own your minesweeper.online account via one-time codes), preferences, and stat tracking.
MineTrainer
A structured learn-to-sweep curriculum with an interactive lesson engine and a probability-solver bridge for guided practice.
Unified Leaderboard
One ranking across communities — aggregates and normalizes records from multiple Minesweeper platforms.
Chord Cup
Full tournament coverage: brackets, player profiles, country stats, and historical results.
PvP Statistics
Head-to-head match analytics for the competitive 1v1 scene.
WoMdle
A Wordle-style daily guessing game built around the World of Minesweeper player base.
Boardigami
Original board-folding puzzle challenges with difficulty progression.