Alternatives
Products that do what Space Trader (Ported from Palm OS to Vanilla JavaScript and HTML) does
Hi HN! I brought my favorite game from Palm OS to the web as a hobby project. In Space Trader, you can trade goods, hunt bounties, amass a fortune, buy a moon and retire. One of the parts of this project I enjoyed the most: To aid debugging and unit testing, I use a deterministic random number generator called GameRand. In debug mode, I can capture the random seed and log of every action taken in the game. Then I can replay that to reproduce a bug or create a test. I ended up creating nearly exhaustive test coverage this way. A write-up with more technical details and links to source code:…
- 1IG
I was at FB/Meta from late 2013 to early 2023, mostly working in the compiler/runtime spaces. I got hit in the spring 2023 layoff wave. I immediately started making games in my newfound free time (a lifelong interest, and I even worked in AA(A?) back ca. ~2000), and in October 2023 I stumbled upon the idea of a roguelike pachinko/plinko game inspired by Luck Be A Landlord. Things snowballed quickly, I started talking to publishers, then worked like crazy through all of 2024, almost the hardest I've ever worked in my career, and launched the game in December 2024. It's sold…
2025
- 2IB
I got pretty good at (and very addicted to) the lunar lander game from a few days ago... so I decided to make an autopilot for the lander based on what I felt like was the best strategy! Now I can have perfect landings every time without lifting a finger :D Writing the autopilot code was a lot more fun than I expected! It felt a bit like programming a robot. Source code: https://github.com/szhu/lunar-lander-autopilot Original lander HN post: https://news.ycombinator.com/item?id=35032506
2023 · szhu.github.io
- 3

- 4AS
I built this with Claude cause I always wanted to tinker with a simulation economoy and I love space themes. A space-economy sim where nothing is scripted. A few hundred autonomous ships each run their own planner. Some chase the best trade route, take a delivery contract, refuel, retrofit at a shipyard, or dock so the crew can rest before morale tanks. Markets price everything off supply with shortage-urgency multipliers, factions tax and subsidize, populations migrate when they're unhappy, and stations that go broke get abandoned and rot. It started as an Elixir/Phoenix prototype, but…
Jul 2026 · github.com
- 5MP
I have been working on this game somewhat sparsely for the past three years or so. However, it is still in a very early stage, and there is a lot of work to do. One of my friends encouraged me to post about it here, since he felt people might find interesting how I don’t use any libraries for it. The game can be played on a browser by virtue of WebAssembly. There are native ports using either MiniFB or SDL2, but you have to build those yourself. I decided to write the game in C because I feel like it is a simple language that a lot of people can understand well enough, and I didn’t think I…
2023 · zamfofex.neocities.org
- 6

- 7AS
I didn't realize Universe Sandbox ran on MacOS, and I was in the mood to play around a bit. Some functions it's got: - Random system generation - Sonification is super fun too - Habitability Simulation (Just for fun, don't cite this please) - Replacing, spawning, deleting objects I've had tons of fun building this, so I hope someone else can share the joy. It's free and runs in the browser. I'd love to hear any feedback. I think this is at a state where I might leave it as it is, but if people are interested in other features, maybe I'll keep working on it. I've kept saying I'll stop working…
Dec 2025 · luna.watermelonson.com
- 8AG
Hello guys, I'm glad to present to you PlayAlgoShip, a web-based game where you solve fun algorithmic puzzles. The rules are simple, you need to find the correct algorithm that makes the ship collect all stars. If you succeed, you will unlock the next level! There are also live statistics like how many players are currently playing on your current level (you are not alone struggling!), the finish rate of the level, and how many players liked/disliked it. It's 100% free, I hope you will enjoy the experience!
2024 · playalgoship.com
- 9SC
I was tired of games like Mafia Wars and wanted a phone-based MMO Strategy game where hundreds of players could actually engage each other on a 2D map, so I made one. I track the state of the game each night so we can display a visual timeline of territory controlled by each alliance. (example: http://bit.ly/q5CFhU) I use jQuery mobile for the front end so it runs on most phones (via Phonegap) as well as modern web browsers. The server side is handled by Java Servlets and MySQL. This started as a hobby - I'm not a developer by training - so I am very interested in feedback, suggestions, and…
2011
- 10AN
Most games have limits. You can only use preset features, need coding for customization & adding mods, require expensive extra devices. We wanted to remove those barriers. That’s why we are building space zero—a browser based 3D world powered by AI. We plan to build players can freely mix items to generate unexpected creations with unique properties and sounds. Also the world itself is dynamically generated, evolving endlessly. I uploaded a demo version I’ve been working on for the past month! I hope to get any feedbacks or comments :)
2025 · 0.space
- 11IL
I am a 50-year-old who left a FAANG Engineering Manager job to build a sci-fi game. I just released Outsider, a sci-fi narrative game with multiple endings. If you want to support my work, the game is now 15% off (https://store.steampowered.com/app/3040110/). I've always wanted to create a game. I moved from Brazil to the US to work at Big Tech, but after a career of customer focus, mission alignment and 360-degree feedback, I wanted to experience solo game development. While FAANG can be soul-crushing at times, I had a great manager and an amazing team. The pay and…
Nov 2025
- 12SS
2016 · github.com
- 13IM
Thank you https://opengameart.org for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok).
2022 · linkdd.itch.io
- 14IM
Hello HackerNews, I'm Kaamkiya, the author of this program. It's a collection of minimal games made for terminals, like 2048, Hangman, and even two player games like pong. They're all text-based, but they can actually be quite fun. If you want to test it right now, you can do this: go run github.com/Kaamkiya/gg@latest I started this project out of boredom, honestly. I was bored, and when I'm bored I like to code or play video games. So I coded video games. I kept them really minimal though, because I'm not great at gamedev and thought it would be easier to contribute to text-based…
2024 · github.com
- 15

I built LunarBasic because I wanted a modern recreation of BlitzBasic from back in the day. I wanted it to have good step debugging features, and I wanted it to compile down to a native binary with no external dependencies. I do know there's an open source BlitzBasic out there but I wanted something simpler and more concise. It does have a "pro" feature set, but for the foreseeable future, anyone joining up will have the pro version in perpetuity (eg I'm not trying to sell anything here). It's early (v0.8.0). Would love feedback on the language design and compiler output, especially from…
13d ago · lunarbasic.com
- 16IM
Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!
2024 · saas-quick.com
- 17AA
I built this over the holiday break with my two girls (ages 6 and 8). You pilot a UFO and beam up humans, cows, cats, dogs, and sheep for points. They drew all the art while I talked to Claude Code to scaffold the game logic. The magic moment was watching my kids use voice dictation to talk directly to Claude Code. My 8-year-old asked for a "purpler" tractor beam and watched it change in real time. She wasn’t coding, but she _was_ driving: describing what she wanted, testing the result, and iterating fast. It was really cool to watch... later on she asked me what javascript was and we dug…
Jan 2026 · studio.mfelix.org
- 18AS
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
- 19IR
You can check the game here: https://select.supply/game/mindmaze. Curious to learn your feedback. I personally loved the game so much!
Apr 2026 · medium.com
- 20IV
Hey HN, I just released Tradofire, a crypto trading app I built using a lot of cursor chatgpt and claude for over a year. The main idea of the app is very simple - to swipe on pre-prepared trading setups (like tinder) and if you right swipe it opens a position. The execution of this simple idea was much more complex and tbh I could not have done it without AI. Here's a quick rundown of the main features: Swipe-to-Trade UI: Quickly initiate long or short positions with intuitive swipe gestures. Real-Time Trade Signals: Get curated crypto signals from the market delivered proactively, helping…
2025 · apps.apple.com
- 21

- 22PS
Hi HN! I'm excited to share SOLHOPPER, a minimalist game I'm building in just ~500 lines of HTML/CSS/JS. Here's a breakdown of the development process and some fun quirks of the game: Challenges and Fun Facts: - World Building & Math: Crafting the initial world and refining the game mechanics to keep it simple and compact was the toughest part. The back story is that you play as a Solhopper captain traveling away from earth at 10% the speed of light to capture solar flairs which unlock endowments (bottom left) to develop that star system. These endowments were setup by benefactors…
2024 · solhopper.com
- 23MC
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
- 24WG
Hi HN! This has been a fun little side project. You simply click to shoot arrows at falling circles (and the arrows of other players!) Hopefully, I make other social & simple games over time. I had to struggle with all the usually problems of game synchronization. It was a fun way to explore phoenix & elixir. You'll notice the signature claude code purple gradient. I'll be honest, I couldn't have built it without AI! If you really like it you can vote with your wallet and toss me $1.99. Or not!!
Dec 2025 · wingspan.games
Ranked by how close each launch is in meaning, then by votes. Refine with a description →