⚡ XP Codium
Turn your coding into a game. Earn XP while you write code.
🚀 What is XP Codium?
XP Codium is a VS Code extension that scans your JavaScript files and rewards you with XP (experience points) based on what you write.
Think of it like:
🧠 Coding + 🎮 RPG progression
Write more code → discover keywords → gain XP → feel productive.
✨ Features
🔍 Smart Code Scanning
Automatically scans your JavaScript files
🧩 Keyword Detection
Detects important keywords like:
function
class
async
await
- and more...
⚡ XP System
Each keyword gives you XP
📈 Progress Feeling
Makes coding feel rewarding and game-like
🛠 How it works
- Open a JavaScript file
- XP Codium scans your code
- Keywords are detected
- XP is awarded instantly 🎉
📦 Installation
Option 1: Install from VSIX
- Open Visual Studio Code
- Go to Extensions panel
- Click
... → Install from VSIX
- Select your
.vsix file
🧪 Example
function levelUp() {
async function grindXP() {
await code();
}
}
💥 XP gained from:
function
var
const
let
class
import
export
if
for
while
return
async
await
try
catch
🎯 Why use XP Codium?
- Stay motivated while coding
- Turn boring tasks into a game
- Track your coding activity in a fun way
⚠️ Notes
- Currently supports JavaScript only
- XP system is based on keyword detection (simple but fun!)
🧠 Future Ideas
- 🧮 XP levels & ranking system
- 💾 Save XP across sessions
- 🌐 Support for more languages (TS, Python, etc.)
- 🏆 Achievements system
👨💻 Author
Built with 💻 and a bit of gaming spirit.
⭐ Contribute
Have ideas? Improve it, fork it, break it 😄
📜 License
MIT License
| |