Life & fun · February 28, 2026
RTS with known stars and exoplanets can now be played in the browser
Hi HN, I'm a solo dev working on a space RTS game set in the Milky Way galaxy, containing currently known stars and exoplanets with their real characteristics, the remaining stars are procedurally generated. In the online mode, all players are in the same universe, and the world is persistent. You compete with other players to take back the Solar System and end your exile. Players can always retreat to the periphery to regain strength and rebuild their fleets as needed. It also includes an procedural spaceship generator that allows creating your own spaceship designs. Spaceships visuals…
What it does
In the maker’s words, at launch
Hi HN, I'm a solo dev working on a space RTS game set in the Milky Way galaxy, containing currently known stars and exoplanets with their real characteristics, the remaining stars are procedurally generated. In the online mode, all players are in the same universe, and the world is persistent. You compete with other players to take back the Solar System and end your exile. Players can always retreat to the periphery to regain strength and rebuild their fleets as needed. It also includes an procedural spaceship generator that allows creating your own spaceship designs. Spaceships visuals don't change their stats. This way players won't have to use spaceships they don't like due to superior stats. Spaceships keep operating even when the player is offline: production spaceships keep harvesting resources, and combat spaceships automatically engage invading spaceships. To allow players to mount proper defenses against large attacks, they can build disruptors to slow down travel from enemies to their systems for up to 24 hours. Now it can be played in the browser: https://stardustexile.com
Does the same job
all alternatives →- IMI made a browser-based RTS game2022 · battle-of-flags.com · ▲212
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…
- IWI wrote my own RTS game engine in C2021 · github.com · ▲1,102


- ASA self-running space economy SIM in Rust and BevyJul 2026 · github.com · ▲110
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…
- MRmerging RTS and web strategy gaming in new blend - Nebula 442012 · ▲6
We have launched our startup: MMO strategy game that can be played in your browser. Not very unique from first sound, but the fun hides in the gameplay which tries to blend RTS and web strategy genres. Feedback on the site design and game impressions are very welcome! Some of game features include: * Powerful trading system that allows people to exchange in-game currency (creds) for game resources. * Real-time real-world based movement system that allows players to interact while travelling, making our game akin to classic RTS genre. This also allows interesting gameplay possibilities like…
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 27d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io