Verdict: Confirmed False · 1990s
A wildly popular story claims that an integer overflow in the original Civilization (1991) drove the pacifist Gandhi to become the most nuke-happy leader in the game. The bug never existed — the tale was invented online two decades later.
The Nuclear Gandhi legend holds that Civilization assigned Gandhi an aggression rating of 1, the lowest possible, and that when a civilization adopted Democracy the rating dropped by 2 — underflowing an 8-bit value to 255 and turning the apostle of non-violence into a nuclear warmonger. It is a beautifully tidy programmer’s just-so story, and it is false. Civilization creator Sid Meier has stated the game’s aggression variables were signed, making the described underflow impossible, and lead Civilization II designer Brian Reynolds noted the original had only three aggression levels, with Gandhi sharing the lowest tier alongside a third of all leaders. Researchers traced the claim to a 2012 edit on the TV Tropes wiki by a user who offered no evidence, apparently venting after Gandhi nuked them. From there it spread as gospel until Meier’s memoir and repeated debunkings finally set the record straight — a case study in how a plausible technical explanation can outrun the truth.
Nuclear Gandhi endures because it is the perfect programmer’s anecdote: a specific, mechanical cause (an unsigned 8-bit value wrapping from 0 to 255) producing an ironic, memorable effect (a pacifist icon threatening nuclear annihilation). It sounds exactly like the kind of subtle bug that ships in real software, which is why engineers and players alike repeated it without checking. The problem is that the mechanism it describes could not have occurred in Civilization’s actual code.
Its persistence was helped along when later entries in the series embraced the joke — giving Gandhi an outsized fondness for nuclear weapons as a wink to fans. That turned a fabricated bug into an official running gag, which made the false origin story feel retroactively confirmed. It is a clean example of how memes can loop back and manufacture their own evidence.
In the real Civilization, Gandhi was simply one of several leaders assigned the least aggressive behaviour profile. Once nuclear weapons became available late in a game, any AI leader could and did use them under the right strategic conditions; Gandhi was no more prone to it than his low-aggression peers. Players who were nuked by the famously peaceful Gandhi found the contrast funny and memorable, and that genuine in-game experience gave the later fabricated explanation fertile ground to take root.
The episode is now routinely cited in discussions of video-game folklore and misinformation, alongside Polybius and the Lavender Town creepypasta, as an example of how the internet can retroactively write a detailed technical history for something that never happened.