Deadly Dispatch – A physics puzzle game 13 years in the making
Thirteen years ago, I had an idea: build a bomb from different stages and materials, call in an airdrop over a zombie-infested city, and let physics do the rest. Set off chain reactions through fuel stations and car wrecks. The catch? There are survivors down there too, so every strike is a balancing act. I’ve always loved messing around with physics demos, and in my head, the core loop was already fun. So I built a few prototypes, but none of them stuck. I never clicked with Unity, and every attempt eventually died. Every couple of years, I’d check the App Store, Steam, or just search…
What it does
In the maker’s words, at launch
Thirteen years ago, I had an idea: build a bomb from different stages and materials, call in an airdrop over a zombie-infested city, and let physics do the rest. Set off chain reactions through fuel stations and car wrecks. The catch? There are survivors down there too, so every strike is a balancing act. I’ve always loved messing around with physics demos, and in my head, the core loop was already fun. So I built a few prototypes, but none of them stuck. I never clicked with Unity, and every attempt eventually died. Every couple of years, I’d check the App Store, Steam, or just search online to see if someone had made it yet. I wasn’t worried about being scooped. I wanted to play it, and I didn’t care who built it. This year, I started another prototype, and it immediately felt right. Then one thing led to another: I built a level editor, experimented with a bunch of levels, and the whole thing kept becoming more real. Now I finally get to share this crazy idea with you all. It’s called Deadly Dispatch, and it’s coming to Steam on August 3rd.
Does the same job
all alternatives →- ACA challenging, infinite jumping game with lots of bombs2024 · dotventure.vercel.app · ▲7
Hello HN! After I got a great response on my first game, I wanted to share the second game I ever made. It's an infinite jumping game, but there are bombs to watch out for! It can be played both on desktop and mobile. It can be installed as a PWA too. If you enjoyed, please leave a star on the GitHub repository: https://github.com/shajidhasan/dotventure Thanks for taking a look. Years ago, whenever I wanted to build games, I'd always stop because I felt I needed to create original game assets but could never get it done. After making this game, I've realized that you…
- ILI left my FAANG job at 50 to build a sci-fi gameNov 2025 · ▲9
I am a 50-year-old who left a FAANG Engineering Manager job to build a sci-fi game. I just released Outsider, a sci-fi narrative game with multiple endings. If you want to support my work, the game is now 15% off (https://store.steampowered.com/app/3040110/). I've always wanted to create a game. I moved from Brazil to the US to work at Big Tech, but after a career of customer focus, mission alignment and 360-degree feedback, I wanted to experience solo game development. While FAANG can be soul-crushing at times, I had a great manager and an amazing team. The pay and…
- IMI made a Browser game with physicsApr 2026 · ▲5
https://coffeegameonline.com/game/arch-rush-3d this game is heavily inspired from the viral hyper casual mobile Game. in which play runs in a certain direction until the screen is tap and direction changes, I love this Game very much for lot of hours, of never-ending levels and increasing difficulty The arc-rush is also based on the same functionality. Were you have to jump through floating platforms by jumping over them and each platform is placed zigzag towards the forward direction of the player. You have to wait until an arc is moving towards the right platform. One…
- ASA small browser game (PC only) built with Phaser 32025 · cubic-zombies.pages.dev · ▲9
Hi HN! This is my first game — something I’ve always wanted to do. It’s a small browser game built with Phaser 3, React, and the phaser template (https://github.com/phaserjs/template-react-ts/). I made it in 2 days (like 8 hours in total real time) using gemini-cli. About 90% of the code was generated with AI, but I learned a lot by making fine tweaks. It only works on PC since it’s a typical WASD + R (reload) shooter. I’d love feedback on: - Gameplay (is it fun, too hard?) - Ideas for new features Thanks in advance! ps: I used cubes as a prototype, but now I kind of…
- SEShoot-em-up Deck Building gameJan 2026 · muffinman-io.itch.io · ▲5
Hey, I've shared this game while it was still a work in progress in one of the Tell HN threads. I was pleasantly surprised that a lot of people tried it, and I got some positive feedback and constructive criticism. Anyway, I found a gamedev library I really like - Kaplay [1]. What I like about it is that easy things are easy. Meaning I could have fun building the game without learning (or fighting) a new tool. I always wanted to make games, but this is the first one I actually did. And I have to tell you - game development sparks joy! It combines so many things (game design, programming,…
- DVDaily vibe-coding video games, day 33: Tower Defense (single prompt)May 2026 · gamevibe.us · ▲8
I'm using AI (mostly Claude) to create/publish a new video game every day This is day 33, first stab at the tower defense genre. Most of the games (including this one) I build with a single prompt. Rarely, a couple extra prompts are needed for bug fixes or to tweak the physics/UI. Extremely rarely, the AI has difficulty making the game work right (usually drawing it) and it takes a dozen or more prompts -- but the majority of the time, it gets everything right and makes a fully playable game first try Happy to answer any questions, just a little hobby project of mine I'm having…
More commerce this month
the category →

Compare your startup equity grant for free.
Commerce · 26d ago · equitybee.com
Launched alongside, July 2026
the whole month →- IR
I might be the only SRE on Earth with his own bowling center. It's a more in-depth gig than you'd think. My family and I bought an abandoned 8-lane bowling center in the rural mid-west. In our small town there weren't many recreation options for families. You've heard of a food desert? This is an R&R desert. It had been abandoned for a good reason. The roof leaks, the electrical system was constantly surging, and my 70-year-old bowling equipment (still) doesn't work perfectly. The system that keeps your score is particularly interesting to me. It's the thing you watch during your game, but…
Life & fun · Jul 2026
- EElevators▲1,680
Life & fun · Jul 2026 · john.fun
- 1W18 Words▲1,160
Life & fun · Jul 2026 · 18words.com
- BA
Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness. To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it. Open it in a browser and then you can…
Dev tools · Jul 2026 · bento.page
- GG
A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context.…
AI · Jul 2026 · github.com
