Show HN: Homegames — The Open-Source Game Platform Built Over 8 Years

Eight Years in the Making: Homegames Is Finally Public

What if I told you that someone spent nearly a decade building an open-source game platform — not as a startup, not for funding, but purely out of passion and a belief that playing games together online should be simple, private, and free? That's exactly what landed on Hacker News this week under the iconic "Show HN" banner.

Homegames (Source) is an open-source platform that lets you host and play classic board and card games with friends, entirely on your own terms. No accounts, no ads, no data collection. Just you, your friends, and a browser.

After eight years of development, the creator finally pressed "ship." And the internet is paying attention.

What Makes Homegames Different?

We've seen a dozen game platforms come and go. Some got acquired, some shut down, and most demanded your email, your phone number, and a promise to read the privacy policy. Homegames flips the script.

Key features that stand out:

  • Truly open-source — The entire codebase is available on GitHub. You can inspect it, fork it, or run your own instance.
  • No accounts required — Join a room with a link. That's it. No sign-up, no password reset.
  • Self-hostable — Want to run it on a Raspberry Pi in your living room? Go for it.
  • Classic games — Chess, checkers, dominoes, card games, and more. Familiar titles that don't need a tutorial.
  • Real-time multiplayer — Built with WebRTC and WebSocket, so moves are instant.
  • No tracking — The platform doesn't use analytics, cookies, or any form of user tracking.

This isn't just a hobby project. It's a statement about what online gaming could be.

The 8-Year Journey: From Side Project to Community Tool

The creator, a solo developer, started Homegames in 2018 as a way to play games with distant friends. What began as a simple chess board in a browser grew into a full platform with lobby systems, game state management, and multiple game engines.

Over the years, the project evolved through:

Year Milestone
2018 First prototype — chess only, local network
2020 Added card games, basic room system
2022 Complete rewrite with WebRTC for peer-to-peer connections
2024 Open-source release on GitHub with documentation
2026 Public launch on Show HN

What's remarkable is the consistency. The developer didn't pivot, didn't chase trends, and didn't monetize. They just kept building.

Why Open-Source Game Platforms Matter Right Now

In 2026, the gaming industry is more centralized than ever. Major platforms control distribution, data, and even what games you can play. The rise of walled gardens has made it harder for small communities to play together without giving up privacy.

Homegames represents a counter-movement. It's part of a growing trend:

  • Self-hosted tools are gaining traction as people become more privacy-conscious
  • No-account services are appealing to parents who don't want their kids on yet another platform
  • Open-source gaming proves that you don't need venture capital to build something useful

This isn't about competing with Steam or Roblox. It's about reclaiming the simple joy of playing a game with a friend without the baggage.

Real-World Use Cases

Imagine this: You're at a family gathering. Someone pulls out a laptop, opens Homegames, and within 30 seconds, everyone is playing dominoes on their phones. No apps to install, no accounts to create, no ads interrupting every third move.

Or this: A teacher wants to run a chess tournament for students. Instead of signing up 30 kids on a commercial platform, they spin up a Homegames instance on the school server. It works, it's free, and no student data leaves the building.

Or this: A group of friends spread across three continents wants a Friday game night. They use Homegames because it's the only platform where they can play without someone's location being blocked or a subscription being required.

The Technical Side

Homegames is built with modern web technologies. The frontend uses React with TypeScript, while the backend is Node.js with a lightweight database. The game logic is entirely client-side for performance, with the server acting as a relay for moves.

For those interested in the stack:

  • Frontend: React, TypeScript, WebRTC
  • Backend: Node.js, WebSockets
  • Database: PostgreSQL (optional, for persistence)
  • Deployment: Docker, supports any hosting provider

The code is clean, well-documented, and actively maintained. The creator has been responding to GitHub issues within hours of the Show HN post.

What the Community Is Saying

The Hacker News thread is buzzing. Comments highlight:

  • "This is exactly what I've been looking for. Simple, works, no BS."
  • "8 years of dedication to a non-commercial project. Respect."
  • "Finally, a game platform that doesn't treat me like a product."

Some users have already forked the repo and added their own games. The community is growing organically, which is exactly what open-source projects need.

The Future of Homegames

The roadmap is refreshingly modest: more games, better mobile support, and accessibility improvements. The creator has been clear — this is not a business. It's a tool. And as long as people use it, it will be maintained.

For developers, Homegames is a great case study in how to build a real-time multiplayer application. The architecture is solid, and the code is a good reference for anyone learning WebRTC or game state synchronization.

Conclusion

Homegames isn't trying to be the next big thing. It's trying to be the little thing that works. After eight years of quiet development, it's finally getting the attention it deserves.

In a world where every online service wants your data, your money, or your attention, Homegames asks for nothing. Just bring your friends.

Source

← All posts

Comments