Show HN: I rebuilt a 2000s browser strategy game on Cloudflare's edge
A modern, serverless implementation of a legacy browser-based strategy genre.
View Origin LinkProduct Positioning & Context
AI Executive Synthesis
A modern, serverless implementation of a legacy browser-based strategy genre.
This project is a sophisticated demonstration of the capabilities of the Cloudflare serverless ecosystem for stateful applications. By utilizing Durable Objects for per-island state and D1 for database operations, the developer successfully circumvents the need for a traditional origin server. The architectural choice to calculate resources on-read rather than via periodic ticks is a clever optimization for managing CPU limits within a serverless environment. This approach is highly relevant for B2B SaaS developers looking to reduce infrastructure overhead while maintaining stateful, real-time interactions. The rejection of modern frontend frameworks in favor of server-rendered HTML reflects a growing developer sentiment toward simplicity and performance. This architecture proves that complex, state-heavy applications can be effectively offloaded to the edge, provided the developer is willing to adapt their data consistency models to the constraints of the platform.
I grew up in Germany in the early 2000s playing a browser game called Inselkampf. You built up an island, mined gold and stone, cut down trees for wood, raised armies, sent fleets across an ocean grid, joined alliances and got betrayed by them. Same genre as OGame or Travian. It shut down in 2014 and I never found anything that replaced that feeling of checking in before school to see if your fleet had arrived and your alliance was still alive.I finally built the version I wanted to play. Kampfinsel is live at kampfinsel.com right now with real players on it. It's not a straight copy of the old game. I gave it its own world. No magic, no gunpowder – just ballistas, fire pots, and slow ships crossing huge distances. Three resources: gold, stone, wood. Travel between islands takes hours, not seconds. It's slow on purpose.The whole thing runs on Cloudflare's edge. Workers for the game logic and API, D1 for the database, KV for sessions and caching, R2 for assets and Durable Objects for per-island state and the tick system (fleet arrivals, combat, resource generation). There's no origin server at all. Making a stateful multiplayer game work inside Workers' CPU limits and D1's consistency model meant some non-obvious choices: resources are calculated on-read from timestamps instead of being ticked into the database, fleet movements live in Durable Object alarms and combat writes are batched. This helped me a lot!The look is intentionally rough and text-heavy (Hi HN!): server-rendered HTML, tables, a parchment color palette, Unicode icons, no frontend framework, no build step. The only JavaScript is for countdown timers and auto-refresh. I wanted it to feel the way I remember these games looking, not how they actually looked. Honestly, it looks a lot like HN itself - tables, monospace, no chrome. If you like how this site looks, you'll probably feel at home.No signup wall, no premium currency, no pay-to-win. Feedback very welcome, especially from anyone who played this kind of game back in the day or has opinions on running stateful stuff on Workers + D1 + Durable Objects. I'll be around for the next few hours.
Related Ecosystem & Alternatives
Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.
Deep-Dive FAQs
What is I rebuilt a 2000s browser strategy game on Cloudflare's edge?
I rebuilt a 2000s browser strategy game on Cloudflare's edge is analyzed by our AI as: A modern, serverless implementation of a legacy browser-based strategy genre.. It focuses on This project is a sophisticated demonstration of the capabilities of the Cloudflare serverless ecosystem for stateful applications. By utilizing Du...
Where did I rebuilt a 2000s browser strategy game on Cloudflare's edge originate?
Data for I rebuilt a 2000s browser strategy game on Cloudflare's edge was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was I rebuilt a 2000s browser strategy game on Cloudflare's edge publicly launched?
The initial public indexing or launch date for I rebuilt a 2000s browser strategy game on Cloudflare's edge within our tracked developer communities was recorded on April 11, 2026.
How popular is I rebuilt a 2000s browser strategy game on Cloudflare's edge?
I rebuilt a 2000s browser strategy game on Cloudflare's edge has achieved measurable traction, logging over 4 traction score and facilitating 1 recorded discussions or engagements.
Which technical categories define I rebuilt a 2000s browser strategy game on Cloudflare's edge?
Based on metadata extraction, I rebuilt a 2000s browser strategy game on Cloudflare's edge is categorized under topics such as: Cloudflare Workers, D1, Durable Objects, KV.
How does the creator describe I rebuilt a 2000s browser strategy game on Cloudflare's edge?
The original author or development team describes the product as follows: "I grew up in Germany in the early 2000s playing a browser game called Inselkampf. You built up an island, mined gold and stone, cut down trees for wood, raised armies, sent fleets across an ocean g..."
Community Voice & Feedback
No active discussions extracted yet.
Discovery Source
Hacker News Aggregated via automated community intelligence tracking.
Tech Stack Dependencies
No direct open-source NPM package mentions detected in the product documentation.
Media Tractions & Mentions
No mainstream media stories specifically mentioning this product name have been intercepted yet.
Deep Research & Science
No direct peer-reviewed scientific literature matched with this product's architecture.
SaaS Metrics