DEV Community

Cover image for Pixel Pal: Gamifying the GitHub Copilot CLI Experience 🧙‍♂️⚔️

Pixel Pal: Gamifying the GitHub Copilot CLI Experience 🧙‍♂️⚔️

Gbolahan Olanrewaju on February 14, 2026

What I Built Pixel Pal is a VS Code extension that turns your coding workflow into an RPG adventure. It creates a visual feedback loop w...
Collapse
 
sam_jha_054aa0cbf7a190601 profile image
sam jha

Pixel Pal is such a creative angle for a CLI tool — gamification in the terminal is genuinely underexplored territory. The fact that it has real game mechanics (not just cosmetics) makes it so much more compelling.

I've been building CLI tools in Python lately and one thing I keep running into is: the challenge isn't writing the tool, it's making the UX feel good in the terminal. Rich library helped me a lot with that. Curious if you used any specific library for the pixel rendering, or did you build that from scratch?

Awesome submission!

Collapse
 
gbolahan_olanrewaju_01796 profile image
Gbolahan Olanrewaju

Thanks Sam! Appreciate the kind words and I totally agree on the UX challenges.
I actually tried using a few rendering libraries at first, but they just didn't give me the exact look and feel I wanted. So, I decided to pivot and build it myself!
I used the VS Code Webview API to run a tiny React app in the sidebar. The visual engine is just HTML/CSS using pre-made sprite GIFs and the image-rendering: pixelated CSS rule to maintain that sharp, retro look without blurring.
Rich is an incredible library for Python UX though.
Thanks for the support and for checking it out! X

Collapse
 
osubor_justice_b860e9836d profile image
Osubor Justice

🔥🔥🔥🔥

Collapse
 
michael_okpoko_a8694b27df profile image
Michael Okpoko

🔥🔥🔥

Collapse
 
softa4 profile image
Afolabi

Love it

Collapse
 
tl_ro_2a30bf41e9c699f9642 profile image
Tl Ro

I like it

Collapse
 
test_acc3_f15ec100d4c9469 profile image
Test Acc3

I love it