nowfound

Alternatives

Products that do what Hormuz Havoc, a satirical game that got overrun by AI bots in 24 hours does

I built a satirical browser game to share with friends (Hormuz Havoc: you play an American president managing a crisis in the Middle East, only "loosely" inspired by current events). I had good fun making this, but that's not necessarily the interesting part. The interesting part was that within a few hours of sharing it with my friends, some of them set about trying to overrun the leaderboard by launching a swarm of AI bots to learn the game and figure out how to get the highest score. This set off a game of cat-and-mouse as they found vulnerabilities and I tried patching them. Within hours…

  1. 1BL
  2. 2IM

    I've posted this game here before, hopefully a repost is fine as the game has changed quite a bit (improved AI, improved mapeditor, much quicker gameplay, etc). Game is based on JavaScript/Canvas and WebSockets. On the browser side the map is pre-rendered (as a background image), just the mobile units/buildings and animations are dynamically rendered. The lobby server is made in node.js, but the game server is C++ for performance reasons (mainly the pathfinding). I found the C++ WebSocket libraries out there to be too difficult to use so I made my own based on the rfc. Overall I…

    2022 · battle-of-flags.com

  3. 3PA

    Thought I would post in celebration of 1 year of my website being online. I've been working on it on and off and currently the website allows users to play Hex, Tumbleweed, Amazons, and Connect 6 against friends or against practice bots. I've been a long time player of some of these games and I felt for a long time that the world could use a few more popular abstract strategy games compared to Chess or Go. If you try it, let me know what you think. I'm always looking for new games or new features to add :)

    Oct 2025 · abstractboardgames.com

  4. 4TP

    Hi HN, I have been working on this website for a few weeks with some buddies of mine and would love if you checked it out. TuringJest provides a jackbox-esque experience with its two game modes. *One Shot Prompt* - Submit a prompt for all players (including the AI) to answer. - Answer your prompts in the way that you think ChatGPT would answer them. - Vote for who you think the real AI is. *Talk It Out* - Plan an event in a group chat with your friends. - Trick everyone into thinking you are the AI while voting for the real AI. Let me know what you think!

    2023 · turingjest.app

  5. 5MA

    A few months ago (82 days to be exact!) I posted a link on HN to my game, Meatshields. A bunch of you commented and played my game and gave me some wonderful feedback. Over the last few months I've been playing with many of you and implementing the best of everybody's suggestions. So, thank you, HN for all your help! I feel this is an extreme overhaul I couldn't have done without your input. Since then, I have: Dramatically improved our hosting platform (So it HOPEFULLY won't go down this time (oops.)), Added two new units, Rebalanced all existing units, Added many more maps, Improved the…

    2017

  6. 6
    Yeamt22

    Sick of AI tools and endless work? Try 30 seconds of chaos

    2025

  7. 7

    I posted once before but wanted to share again because a lot has changed. There's now a fairly strong bot to play against (contributed by a community member) and also correspondence games. The combination of these things helps a bit in finding people to play against.

    10d ago · voronoigo.com

  8. 8

    The hilarious Stephen Hawking island hopping meme game

    2024

  9. 9BA
  10. 10BT

    I made this experimental art project/game that's an LLM chat assistant, but where you're the AI. I wanted people to get a visceral sense of what it's like to answer the kinds of things that people prompt their chatbots day in and day out. If you're interested, I wrote up some more info on how I made it, including how the "user" prompts are generated with an eye for realism: https://bethechatbot.com/about Hope you enjoy it! I'd love to hear people's takeaways.

    Jul 2026 · bethechatbot.com

  11. 11AS

    I made an idle/clicker about running an AI startup. You start with a cat-vs-dog classifier and try to make it to AGI, but the NYT sues you for training data, Yann tweets that scaling is dead, and your fired ML engineer leaks the Slack.

    May 2026 · game.trae.academy

  12. 12HC

    Built this in ~4 hours with zero coding background. Tracks a few economy angles of the largest acute shipping disruption since WWII.

    Mar 2026 · hormuztracker.com

  13. 13

    4 AI agents play a geopolitical crisis in real-time

    Apr 2026

  14. 14IT

    I built 1e4.ai - a chess web app where you play against neural networks trained to mimic human Lichess players at specific Elo ranges. There's a separate model for each 100-point rating bucket from ~800 to 2200+, and the bots not only choose human-like moves but also burn clock time, play worse under time pressure, and blunder in human-like ways. Live demo: https://1e4.ai Code: https://github.com/thomasj02/1e4_ai A few things that might be interesting: - Trained on almost a full year of Lichess blitz games, around 1B total games - Architecture is an a small…

    May 2026

  15. 15FA

    I’m a game show nerd who wanted to build a game, despite not being a developer. Using ChatGPT, I created Feudle – a blend of Family Feud and Wordle. Each day, there’s a survey question, and players try to guess the most popular responses—but the twist is that today’s answers come from real players who played yesterday. After playing, you can vote on or submit new questions, shaping future Feudles. If I were to start again, I’d explore newer AI-assisted coding tools like Cursor, but overall, this was a great learning experience. Hopefully, this inspires others to experiment with AI tools to…

    2025 · feudlegame.com

  16. 16IB

    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

  17. 17BI
  18. 18AS

    I made a strategy game where you play the US or China through the AI race, 2026 to 2030, sixteen quarterly turns in the browser. One run takes about half an hour. At the start, the game seals two dice you never get to see. Inside: how hard alignment really is, and how fast takeoff compounds. You get eval reports, but only as ranges, and they flatter you most exactly when your systems are least aligned. At the end you get a debrief which shows what your evals said each quarter and also what was actually true. I lost every run I played myself so far. Every number in the game is source-backed…

    Jul 2026 · criticalwindow.org

  19. 19IB
  20. 20KV

    Three weeks ago GHQ, a strategy board created by Kurt Vonnegut appeared on the front of HN[0]. A friend and I got hooked and spent the last week and half building out a playable online version of the game. It supports pass n'play, multiplayer, and a primitive bot (named kurt) that you can play against. We're also chess nerds so had to ship with an Elo system. Huge kudos to nicolodavis[1] and the maintainers of Boardgame.io [2] - it's the only reason we could build something this good, this fast. The library separates concerns and authority across the server / client seamlessly without…

    2024 · playghq.com

  21. 21AA

    A simulator to be a president of Duckerican, made by AI, with random events generated by AI. Currently the simulator is rather simple, but this reveals a possibility to make more interesting applications with AI involved, beyond directly talking to the agents.

    Feb 2026 · presiduck.feedscription.com

  22. 22PW

    Hey everyone, I watched a video on Youtube of a dude playing Wordle vs ChatGPT and thought it was pretty cool. So, I went ahead and made my own version of it. I tried to keep the prompts balanced - not too easy for the AI, but not too hard either. Give it a try and let me know what you think. Thanks!

    2024 · aiplayswordle.com

  23. 23IB

    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

  24. 24NB

    We at Semicolon Developers have released two player version of Nepali board game Baghchal[1]. It can be played at: http://obaghchal.com Game is working fine in Chrome and Firefix latest builds. There are few glitches but if you have ever played Baghchal I'd love to hear your feedback on the game play online. I'd like to credit HN for all the encouragement. I have promised myself to post a Show HN thread with some cool work and this is our first attempt. Deployment wise I am having some difficulties in setting up server. I think we'd have problem scaling it up. If any Nepali hacker is…

    2012

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