Skip to content

Nuclear Destruction (1970, Flying Buffalo / play-by-mail)

Author(s): Rick Loomis (design and moderation). Steve MacGregor wrote the computer program that processed the turns. Published by Flying Buffalo Inc. Sources: Wikipedia: Nuclear Destruction, Wikipedia: Rick Loomis, Wikipedia: Flying Buffalo, Wikipedia: Play-by-mail game Category: inspiration, Batch 10 (gameplay-mechanics mining). Asynchronous multiplayer with a computer as impartial referee, resolving every player’s secret orders simultaneously. Serves: Shellfire (assigned by Josh; see cart map)

Rick Loomis, stationed with the U.S. Army in Hawaii, designed a tabletop nuclear-war game built around hidden movement. In January 1970 he began answering opponents-wanted ads in Avalon Hill’s magazine The General, offering to moderate multiplayer games by mail. Demand climbed past 200 players across many concurrent games, more than he could resolve by hand, so he asked fellow soldier Steve MacGregor to write a program to process the turns. That step made Nuclear Destruction the first professional PBM game and the founding product of Flying Buffalo Inc. (incorporated 1972 after Loomis left the service). Loomis is generally credited as the founder of the commercial play-by-mail industry, and reportedly the first person to buy a computer purely to run games. Flying Buffalo counted more than 700 runs of Nuclear Destruction by 1985.

  • Many players, one nation each. A game seats roughly 10 to 30 players, each commanding a nation.
  • National assets. A nation holds population, money, factories (which build weapons), offensive missiles, and defensive anti-missiles. Money can be spent to influence and bribe other players.
  • No random factors. Outcomes are deterministic functions of the players’ choices. The uncertainty is entirely social: what will the other nations do this turn?
  • Diplomacy is the core system. The game is described as a strategic missile game with the emphasis on diplomacy. Alliances form, hold, and betray, and money buys cooperation.
  • The turn is a batch of secret orders. Each player mails written orders to Flying Buffalo. The moderating program collects all players’ orders and resolves them together (simultaneous resolution), then mails each player the results and the updated state.
  • Win by being the sole survivor. Victory means arranging for every other nation to be destroyed by nuclear missiles. It is a many-player free-for-all resolved by elimination.
  • Cadence set by the postal loop. A turn is a round-trip through the mail (weeks), and the company ran dozens of independent games in parallel, each with its own durable state.
  • Infrastructure. Loomis and MacGregor first rented computer time near Fort Shafter; after Loomis’s 1972 discharge, Flying Buffalo bought a Raytheon 704 minicomputer (about $14,000 to $15,000, 4K words of memory, a teletype, and a paper-tape reader) to run the turns.
  • Computer as impartial referee. A program ingests every player’s private orders and outputs an authoritative resolution nobody can fudge or contest. The moderator is trusted precisely because it is mechanical.
  • Simultaneous hidden-order resolution. Everyone commits secretly, then all orders resolve at once. There is no turn order to exploit; the pressure is prediction and bluff.
  • Latency-tolerant, batched play. The design assumes a slow, unreliable channel. A turn is a committed batch collected and processed on a cycle, tolerant of long gaps between actions.
  • Deterministic drama. With no dice in the resolver, all tension comes from reading and manipulating other actors. The system is fully replayable from its inputs.
  • Elimination to a last survivor as the victory frame in a crowded free-for-all.
  • Many independent game instances run by one operator, each carrying its own persistent state and cadence.
  • Computer-as-referee is the deck’s native posture: the runtime already owns authoritative state and adjudicates events. A cart could present a turn as a committed batch of orders the runtime resolves in one pass, with no way for the player to peek or rewind.
  • Latency-tolerant, batched play fits the offline-first device. The World Engine already delivers board offers as a mail-arrived feed, which is the same shape as a PBM turn: results arrive, you commit new orders, the cycle repeats.
  • Deterministic, no-dice resolution rhymes with human-readable, replayable Universal Deck State, where a seed plus a set of orders reproduces the outcome exactly.
  • Money-buys-influence diplomacy maps onto the credits + reputation economy, where spending purchases standing with factions.
  • KN-86 is offline-first and keyboard-only, so the networked-multiplayer layer stays out of scope here. The transferable ideas are the batch-order commit, the impartial resolver, and the latency-tolerant loop; the live networking does not carry over.
  • Wikipedia: Nuclear Destruction: objective (sole survivor), assets (missiles, anti-missiles, factories, money for influence), player count (10-30), “emphasis on diplomacy,” “no random factors,” first-professional-PBM status.
  • Wikipedia: Rick Loomis and Wikipedia: Flying Buffalo: the January 1970 The General ads, the growth past 200 players, Steve MacGregor’s moderation program, the Fort Shafter rented time, the Raytheon 704 purchase, the 1972 incorporation, and the 700-plus game runs by 1985.
  • Wikipedia: Play-by-mail game: the PBM turn cycle (report, diplomacy, orders, processing) and the computer-moderated / simultaneous-movement innovations attributed to Flying Buffalo starting with Nuclear Destruction.
  • Confidence: high on year, author, publisher, first-PBM status, the founding story, and the computer-moderated simultaneous-turn model. Medium on the finest rulebook values (exact starting resources, factory output rates): a PBM-community rules page exists at pbm.com/~lindahl/pbm_list/descriptions/nuclear_destruction.html but was unreachable during research (expired TLS certificate; the Wayback copy was also unreachable), so the mechanics above are stated at the level the cited sources confirm and are not transcribed from the rulebook.