nowfound

Alternatives

Products that do what Antics: Drop-in multiplayer for your AI-built games does

Hey HN, We started out building a whole game-making platform: engine, editor, templates, the lot. It was a slog, and it kept fighting the thing that made it interesting: the models got good. With Opus 5, Fable 5, SOL 5.6, a one-prompt Three.js or Canvas game already looks genuinely great, and the models know those APIs far better than they'd ever know our harness. Forcing people through our engine meant limiting them to it, while solving the part AI solved better than us trying to buold the harness The part it can't solve is multiplayer. A generated game is usually a single HTML file; making…

  1. 1IB

    Dear Hacker News, I'm kindly asking for your participation in the open beta for my AI-managed mini-games website. Thank you in advance! For a limited time window, I'm setting the all-free feature flag to true. I hope you have a lot of fun exploring the AI's sense for games! Here and there, I tweaked it to help with visual consistency. I would be deeply grateful if you opted into analytics. $2,300 in API tokens... Cheers!

    Jun 2026 · minigames.world

  2. 2MA

    hi all, I've always wanted to make my own game, but couldn't afford a thousand-dollar adobe (flash+photoshop) license. I'm not a talented programmer, have no degree in CS. But I understand some elements of design. So I got me a copy of ImpactJS, and after about 5 months of steep learning curve (at least for me), I managed to come up with a game. I also integrated it with a highscore and badge system, similar to what you get at Kongregate. You need to login with Google/OpenID to earn badges/scores. link is: http://www.hotbazooka.com/privatejoe hope to hear some feedback/questions from you guys!

    2011 · hotbazooka.com

  3. 3

    AI TTRPG and world building game

    2024

  4. 4

    The first multiplayer AI code editor. Now with Share Chat.

    Feb 2026

  5. 5
    Exists132

    Generate your own 3D worlds and team-deathmatch in minutes

    2025

  6. 6WP
  7. 7

    Build lovable little apps with your voice in your browser

    2025

  8. 8OS

    Hi HN! I'd love your feedback for this AI storytelling game. Remember when you used to read choose-your-own adventure books as a kid? We're trying to re-create that. The site lets you create adventures by seeding them with parameters that end up feeding LLMs: title, genre, writing style, etc. Once you've done that, you can play your book like a game: with custom chapters, illustrations, voice narration, choices, and dice rolls. We’re really into the idea of merging the open-ended generative AI with goal-directed story arcs that the game author can control. Everything is open source (links…

    2023 · ai-adventure.steamship.com

  9. 9

    Friendly web-based IDE for making HTML5 games

    2021

  10. 10UM

    I'm building Guildly, a Slack-like interface where you can run a company of AI employees. I recently used Fable to revamp the whole website into a cool retro pixel style.

    Jul 2026 · tryguildly.com

  11. 11OR

    Hi I've created a text-based RPG game in which you can experience different adventures and play interesting characters while the AI acts as a real time DM/story teller. There are multiple ways to interact with AI: 1) Input free will move 2) Input default move (affects resources) 3) Post a question to DM Also one more cool feature is that you can create your own adventure via simple form. Add scenes, add characters and make it public so other players are able to test it. I also plan to have 'competetive' side where players will pay some small fee to creators in crypto depending on…

    2023 · landing.v3rpg.com

  12. 12IH

    I started off with a simple goal: port the game Soldat to Typescript. I ended up not only with the game, but with a full system to train AI bots to play my own game, building a neural net to train new bot AIs from tens of thousands of simulated matches with different strategies. It also runs live all the time on my website and has a news dashboard and you can replay any game exactly. It all was a very fun way to dig into Fable's capabilities. The bill if I had done this with API billing? Nearly $2000.

    Jun 2026 · soldat.bobbby.online

  13. 13IB

    Hi HN, I'm one of the engine programmers at All Out Games (https://allout.game/), a multiplayer-first gaming UGC platform where creators can make and play games with their friends. For scripting we wanted our creators to be able to jump in and create game mechanics without having to think about networking. If a developer had to manually send packets to/from client/server to get things to happen then we have failed. It is particularly bad if you are using AI tools because they struggle to keep in mind what code is meant to run where (client, server, or both) and…

    Mar 2026 · docs.allout.game

  14. 14FO

    This is a two man team and we're in full-on development of a new platform to assist in multiplayer games. We're looking to launch in about a month or two with an OpenID server accessible to customers (or they can use provider like Facebook/Twitter) and a couple cool multiplayer features. After we launch development will continue until we have a well-rounded API. We're primarily targeting HTML5+JS developers but the system will work with any language that can make RESTful API calls. We know there's some stiff competition out there but we're looking for feedback and what features may make…

    2014 · playpi.net

  15. 15MY

    We’ve spent years working at large game studios, and one thing we saw repeatedly is how hard it is for a small team—or an individual—to not just build a game, but to run one like a sustainable business. We wanted to make those capabilities accessible to anyone and for anybody to bring their ideas to life. Marvin works through a set of specialized agents you can talk to directly. You can describe the game you want to build, and the agents collaborate with you on design, mechanics, art, physics, progression systems, and level creation. From there, you can publish the game to different…

    Dec 2025 · marvin.hyve.gg

  16. 16MB

    Hi, so i'm making a 2D game engine with its own IDE and interpreted programming language, all are written in C# It's open source, and I'm looking for contributors! The backend engine is MonoGame, the IDE is WinForms and the project is real, not just another AI-slop... Please check it out, i promise it's an unusual thing! Here's a YouTube video showing me using the engine for making a little cute game: https://youtu.be/h_AnUg4yJWs?si=MR3nQCVvOMDP3iqg Any feedback is welcome!

    May 2026 · github.com

  17. 17MC

    Hey all, just wanted to share a little game experiment. It's a rooms & keys kind of adventure with a lot of random deaths. It plays a Veo3-generated video in response to clicks, with Gemini used for coding. Prompting the videos was fun, but trying to vibe code everything was not. In the future I'll go back to using LLMs more sparingly for isolated functions, or at least try not to have it create anything that requires seeing the output to debug.

    Oct 2025 · bemmu.com

  18. 18AM

    Hi everyone! I'm one of the developers behind this project. I wrote it with my two brothers, Daniel and Ricardo. For years the three of us have been curious about how multiplayer games work, which is why we decided to work on this project. Our goal was to gain a deep understanding of how different players can share the same 3D space, which is why we wrote our own tiny game engine instead of using something like Unity. We wrote the engine using C++ and OpenGL, and we then compiled it to WebAssembly using Emscripten so that it would run effortlessly on web browsers. We are really excited about…

    2022 · play.moonlightmuseum.io

  19. 19IB

    I built a multiplayer strategy game for AI agents called Artifice. You give an agent a strategy prompt and it plays on its own. Games are 4 players, 25 turns, simultaneous actions, fog of war, and free-text diplomacy between agents. The main entry point is the site: https://artificegame.com And here is the github repo: https://github.com/burakcan/artifice You can watch live games there with the full map, troop movements, and private messages between agents. A lot of the fun has come from the playtests. In one of them, an agent was told to play like an old man…

    Mar 2026 · artificegame.com

  20. 20IM

    Hi HN! Solo developer here. 10 days ago, I started building this after spending countless hours copying/pasting marketing sections and fighting to keep them consistent with our design system. I wondered: "What if AI could understand our design system and generate React components that actually match it?" Current progress (10 days in): - Can generate hero sections that follow your design tokens - Uses your actual component variants and styles - Works with Next.js, Tailwind, shadcn/ui It's very early days, but I'm excited to share it with other devs who: - Are tired of rebuilding…

    2024 · robustlaunch.com

  21. 21AV

    I've spent 30 years making games as both a hobby and profession, working with Unity, Unreal, GameMaker, RPG Maker, Ren'Py, Godot, and many others. A few years ago, I attended a game dev meetup and met dozens of people with incredible passion for making games – but they were struggling because they lacked technical knowledge. That's when I decided to build a tool that anyone could use to create games. I started developing this as a side project, eventually raised ~$100K through crowdfunding in Korea, then secured ~$200K in angel investment. I assembled a team, and we've been building this…

    Oct 2025 · play-maker.io

  22. 22AS

    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…

    2025 · cubic-zombies.pages.dev

  23. 23IB

    Hey HN, I'm Damiano Rodriguez, and I've been working solo on a project called Caisual Games. It's a free platform where anyone can create web games just by describing them with their voice. Here's how it works: You simply describe your game idea ("Make a cookie clicker game with 5 upgrades"), and the platform generates a playable web game in seconds using HTML and JavaScript. There's no coding required and no downloads needed—you can create and play directly in your browser. What's more, anyone can improve a published game, fostering a collaborative environment for game creation. The…

    2024 · caisual.com

  24. 24
    Codee4

    Turn game ideas into playable 3D worlds

    Jun 2026 · codee.agentopia.digital

Ranked by how close each launch is in meaning, then by votes. Refine with a description →