Space Cadet Pinball on Linux

· web · Source ↗

TLDR

  • Install the reverse-engineered Space Cadet Pinball on Linux via Flatpak (com.github.k4zmu2a.spacecadetpinball), with optional Full Tilt 1024x768 asset upgrade.

Key Takeaways

  • The Flatpak bundles original Windows XP game resources; install one line from CLI or KDE Discover.
  • Full Tilt! Pinball data from archive.org enables higher-res 1024x768 graphics vs the default 480p.
  • Upgrading requires extracting CADET.ZIP into ~/.var/app/.../SpaceCadetPinball and deleting the bundled data dir; sudo may be needed for system-wide installs.
  • Full Tilt has different game rules: reentry lane lights stay on instead of toggling, making bumper upgrades easier.
  • Author advocates source-code escrow: keep proprietary rights while product is sold, revert to FOSS license once abandoned.

Hacker News Comment Review

  • The reverse engineering was done blind from decompiled EXE files with no access to original source, and commenters find the accuracy remarkable.
  • Full Tilt adds multiball (lock balls via same-color wormhole lights), a feature entirely absent from the Windows XP version – commenters recommend Visual Pinball for a wider table library.
  • The FOSS escrow idea resonated; commenters noted source code escrow already exists in enterprise contracts via dedicated companies, though automatic FOSS reversion remains legally uncharted.

Notable Comments

  • @kowalski7cc: Flatpak maintainer says they plan to split game binary from data to simplify custom data installs; runtime updates continue even though upstream game is frozen.
  • @diegomacario: Shopify shipped a Space Cadet-inspired pinball live sales visualization for BFCM, still playable at bfcm.shopify.com.

Original | Discuss on HN