5 comments

  • HoldOnAMinute 37 minutes ago
    Does anyone remember "Shoot 'Em Up Construction Kit" on the Amiga?
    • teddyh 13 minutes ago
      And for the Commodore 64.
  • mantisman 3 minutes ago
    Very cool! Love seeing more browser games
    • homegamesjoseph 0 minutes ago
      Thank you! Obviously still some gaps to close but would love for this to carry on the spirit of newgrounds and stuff like that.
  • ViAchKoN 29 minutes ago
    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.

    • homegamesjoseph 0 minutes ago
      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
  • avaer 40 minutes ago
    Does everything need a "session"? Is it possible to have fully static games/exports?
    • homegamesjoseph 1 minute ago
      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

  • nadermx 1 hour ago
    I was just closelined by a beam in one of the games. Badass
    • homegamesjoseph 1 hour ago
      Nice! I actually didn’t know the rendering stuff could support anything pseudo-3D like that until yesterday.