If you used a computer in the late 90s or early 2000s, you know exactly what I am talking about. The internet was down, or maybe you were just bored in a computer class. You clicked Start, went to Games, and there it was: 3D Pinball – Space Cadet.
For millions of us, this wasn’t just a game; it was a ritual. And guess what? Thanks to the amazing open-source community, you can play it natively on Linux in 2025.
Did you know that Space Cadet was actually just a demo? It was one of three tables from a larger game called Full Tilt! Pinball by Maxis (the creators of SimCity). Microsoft included the “Space Cadet” table in Windows 95 Plus! and later Windows XP, cementing its legendary status.
Then, it disappeared. Microsoft dropped it from Vista due to a “collision detection bug” in the 64-bit porting process.
But Linux users don’t let legends die. A few years ago, a project successfully reverse-engineered the code, creating a native port that works flawlessly on modern systems.

My Experience: From RTX 5070 Ti to ThinkPad
I installed this yesterday just to test it, and I accidentally lost an hour of my life chasing the high score.
Technically, playing a 1995 pinball game on my Desktop PC with an RTX 5070 Ti and 64GB of RAM is hilarious overkill. The fans didn’t even spin up.
However, on my Lenovo ThinkPad P14s, this is the perfect “coffee break” game. It launches instantly, uses virtually no battery, and looks crisp on modern screens thanks to the scalable window.
How to Install on Linux (The Easy Way)
Forget about Wine or complicated emulators. The best way to play this today is via Flatpak. The community has packaged the decompiled version perfectly.
Open your terminal (if you need help navigating it, check my BASIC COMMANDS GUIDE) and run this single command:
Bash
flatpak install flathub com.github.k4zmu2a.spacecadetpinball
Once installed, just type “Space Cadet” in your application menu or run it from the terminal:
Bash
flatpak run com.github.k4zmu2a.spacecadetpinball
Controls (Just like you remember)
The muscle memory will come back instantly, but just in case:
Spacebar: Plunger (Launch ball)
Z: Left Flipper
/: Right Flipper
X / .: Nudge table (Careful, don’t TILT!)
You may also read:
Bored on Linux? Try These 3 Tiny Time-Killers
GNOME Sudoku: The Iconic and Timeless Game for Linux Desktops
Why You Should Install It
Sometimes, we get too caught up in optimizing our systems, configuring ZRAM, or compiling kernels. Sometimes, you just need to hit a virtual ball with a virtual flipper and listen to those iconic sound effects.
It’s free, it’s open-source, and it runs on everything from a Raspberry Pi to a high-end workstation.
What was your highest score back in the day? I’m currently stuck at 3 million. Let me know in the comments if you can beat me!

