Someone used their Raspberry Pi to create the perfect desk companion for CS2 players, a physical kill counter
Table of Contents
Forget Razer’s new AI companion – this creative Counter-Strike 2 player has built a physical kill counter that sits on a desk and updates in real time using a Raspberry Pi. You don’t even have to rely on on-screen overlays or constantly check the scoreboard, as this setup displays live match stats on a small LED panel, giving players instant feedback while playing.
The project was shared by a Reddit user who built the device using a Raspberry Pi Pico paired with a Pimoroni Galactic Unicorn LED matrix. The result is a compact hardware display that acts like a real-world HUD for Counter-Strike 2, sitting directly under the monitor.
Raspberry Pi kill counter for Counter-Strike 2
What makes this project stand out is how the data is collected. The creator is not modifying the game or reading memory in any way. Instead, the system uses Valve’s Game State Integration (GSI), which is an official feature that allows games to share match data externally. That data is sent to a Python script, which then communicates with the LED matrix over USB to update the display instantly. This keeps the setup clean and avoids any cheating concerns.
The kill counter updates the moment a kill is registered in-game. Beyond that, the creator added several visual effects tied to different events. When the player earns an MVP, the display triggers a gold confetti-style animation. When a map loads, the entire panel flashes bright white, mimicking the effect of a flashbang. While sitting in the lobby, the display loops an animated AK-47 spray pattern, keeping the screen active even outside matches.
Deals season is here folks, and with it comes a plethora of eye-catching price cuts on some of the industry's most popular tech. Below are some of the best deals you can find right now.
- AMD Ryzen 7 9800X3D Was $479/span> Now $454
- ASUS TUF RTX 5070 Ti Was $999 Now $849
- Samsung Odyssey OLED G6 Was $899 Now $649
- LG G5 65" OLED TV Was $2,996 Now $1,996
- Samsung Odyssey G9 (G95C) Was $1,299 Now $777
- Alienware Area-51 gaming laptop Was $3,499 Now $2,799
- Samsung 77-inch OLED S95F Was $4,297 Now $3,497
*Prices and savings subject to change. Click through to get the current prices.
The device runs entirely as an external accessory and does not interfere with gameplay. It simply reacts to game data and visualizes it in a fun, physical way. For players interested in building one themselves, the creator has open-sourced the entire project. The code, hardware list, and setup instructions are available on GitHub, making it easy for others to recreate or expand on the idea.