No Man’s Sky, developed by the small British studio Hello Games, became the most prominent showcase for procedural content generation when it launched in August 2016 (after a delay from the June 21 date announced on the PlayStation Blog). Studio founder Sean Murray described it there as “a boundless, computer-generated universe” where players “trade, fight, explore, and survive” across an enormous open galaxy.
The technical premise is deterministic procedural generation. Rather than storing a hand-built world, the game starts from a single 64-bit seed and runs it through cascading algorithms that produce every star, planet, creature, and plant exactly the same way every time. Because the universe is computed on demand from math rather than loaded from disk, a team of a few people could ship a galaxy of more than 18 quintillion planets, each one explorable. Everyone’s universe is generated from the same seed, so two players who reach the same planet see the same place.
The launch was famously turbulent - the shipped game lacked features players expected from its marketing, and the backlash became a cautionary tale about hype. But the underlying achievement, generating a near-infinite shared world deterministically from a tiny amount of code, made No Man’s Sky the canonical example of procedural generation at scale, and Hello Games rebuilt its reputation over years of free updates.