CodeMon TCG turns productive coding activity into a lightweight collectible card game inside VS Code. Earn XP from real editing patterns, buy booster packs, and build your binder over time.
Features
XP wallet in the status bar
Shop flow for generation-based booster packs
Sidebar binder webview for card collection and packs
Achievement tracking with quiet in-editor feedback
Anti-cheat heuristics for suspicious error-fix behavior
Commands
CodeMon: Open Shop (codemon.openShop)
CodeMon: Add Bonus Pack (codemon.addPack)
CodeMon: Show Tracker Stats (codemon.showStats)
CodeMon: Reset Tracker Stats (codemon.resetStats)
Requirements
VS Code 1.75.0 or newer
Extension Settings
This version does not contribute custom settings yet.
Known Limitations
Local state is stored in VS Code global state and does not sync between machines.
Anti-cheat logic is heuristic and may occasionally under-reward edge cases.
Release Notes
See CHANGELOG.md for version history.
Contributing
Fork the repository.
Open a PR with a clear summary and screenshots for UI changes.
Keep command IDs and persisted state keys backward compatible.