Live data from Hacker News

Show HN: Homegames. An open-source game platform I've been making for 8 years

homegames.io

1–10 of 58 posts

Show HN: Homegames. An open-source game platform I've been making for 8 years

#1
I'm making a platform for simple open source games you can play anywhere.

Games are all just JavaScript classes and you can read the source of every game on the platform.

I started working on initial "games" (mostly rendering tests) in 2018 and eventually built all of the platform stuff around it to make it easy to share games.

There's also an in-browser editor available for you to make and publish games all from the browser.

Would love some feedback on the games and studio features as well as the platform overall. All of the code is available at https://github.com/homegamesio

Show HN: Homegames. An open-source game platform I've been making for 8 years
homegames.io

Re: Show HN: Homegames. An open-source game platform I've been making for 8 years

#9
post #4

Does everything need a "session"? Is it possible to have fully static games/exports?

One thing I forgot to mention is all of these games run server side and thin clients just render and send input back to the server. So a game session needs to exist for the back and forth communication to work.

Theoretically you could do this all client side too, but that would remove the magic of every game getting multiplayer for free

Re: Show HN: Homegames. An open-source game platform I've been making for 8 years

#10
post #6

Nice idea. I found a couple of interesting games on this. Thanks for sharing! Cool that you haven't stopped working on this project after that long time. It gives me inspiration to work on my projects which I can't find time to finish.

Thanks! I'm planning on making a lot more. I made most of this stuff before AI tools were available. But now Claude can one shot really impressive stuff, it's amazing
Post reply on HN