
The Nostalgia Hit 🍌 Remember the two gorillas standing on a skyline, tossing exploding bananas at...
The Nostalgia Hit 🍌

Remember the two gorillas standing on a skyline, tossing exploding bananas at each other? I decided to bring that back. I built a remake of the classic QBasic Gorillas using Python and Pygame.
It has everything:
Randomly generated city skylines.
Parabolic physics (gravity is a beast).
The classic sun that reacts when hit.
Screen shake for that "modern" retro feel.
The Tech Stack
Language: Python 3.12
Library: Pygame (for the heavy lifting of 2D rendering)
Distribution: Snapcraft (Ubuntu Snaps)
The "Snap" Struggle is Real 🛠️
Packaging this for Linux was an adventure. I wanted to make it easy for anyone to install without messing with virtual environments.
I hit every wall possible:
The Python Plugin: Getting the interpreter to behave inside a clean container was tricky.
Confinement: Switching to classic confinement was the key to getting audio and video drivers working smoothly across different distros.
The "Destructive" Fix: Learning to use --destructive-mode when my local container felt like being stubborn.
How to Play
If you are on Linux, you can try it out right now (waiting for store approval, but you can build from source!): Bash
git clone https://github.com/davdomin/gorillas-retro-remake cd gorillas-retro-remake
python3 src/main.py
What’s Next? 🚀
I'm currently thinking about adding a multiplayer mode via IP connection. Is it overkill for a 1991 remake? Maybe. Is it going to be fun to code? Absolutely.
Check out the code here: https://github.com/davdomin/gorillas
aiMost of us have seen a coding agent fail to complete a task we know it can do. We just don't...
googlecloudWhen building Generative AI applications, developers often encounter a massive bottleneck: sequential...
discussI’ve been thinking about sharing some electronic circuit posts on Dev.to — small circuits, DIY...
agentsWhat nobody tells you about exporting your multi-agent prototype to a local workspace. Every...
agenticarchitectAutonomous agents are genuinely good at answering messy business questions. Give one an LLM and a set...
aiPR volume went up, ticket quality didn't, and the gap got filled with LLMs on both sides of the review: bots reviewing, bots replying, bots occasionally arguing with bots about priorities that only existed in a teammate's head. Our CEO named the actual problem, and it's bigger than code review.