NODE 7 // ORIGINAL BROWSER GAME

THE LAST SIGNAL

Wake beneath an electrostatic storm. Rebuild a forgotten receiver, follow transmissions into abandoned districts, and fight the machines still guarding a network that should have died years ago. The Last Signal is a free incremental ASCII survival adventure designed for short check-ins, long optimization sessions, and a complete story with two endings.

       .--------------------------------.
      /   FIELD SHELTER // NODE 7        \
     /____________________________________\
     |  [RECEIVER]         [WORKBENCH]    |
     |     | |                  /\         |
     |   __|_|__               /__\        |
     |  |  07   |        _____/____\_____  |
     |__|_______|_______|______________|___|
         /  \                 ||
   ~~~~~ electrostatic rain on the roof ~~~~

A complete story inside an incremental system

The game begins with a nearly powerless shelter and a receiver that produces one signal at a time. Every action expands the same interconnected system: listening reveals transmissions, transmissions expose new locations, exploration produces resources, combat yields relay keys, and the workbench turns salvage into permanent capabilities. Progress is saved locally in the browser, so a session can last five minutes or continue across many visits.

Listen and decode

Spend power to search the static for seven authored transmissions. Each fragment adds context, resources, or coordinates that change the explorable map.

Explore twelve locations

Travel from a drainage ditch and flooded suburb to buried service tunnels, a mirror station, and the final Sky Array.

Build twenty upgrades

Choose between stronger signal generation, power recovery, damage, armor, resource efficiency, decoding tools, and range.

Fight turn-based battles

Strike, guard, repair, or retreat against corrupted drones, cable-grown predators, network wardens, and major bosses.

Recover three relay keys

Boss encounters open the route to the long-range array. A completionist path remains viable through repeatable archive decoding.

Choose the network's future

The final decision does not merely change a score. It determines whether the last signal becomes many imperfect voices or one perfect voice.

The premise

Node 7 was built to receive emergency communications after the rest of the network failed. By the time the player wakes, the shelter is empty, the weather system has stopped behaving like weather, and automated infrastructure continues exchanging messages without human operators. The receiver still catches fragments: warnings about lights between towers, coordinates attached to dead channels, reports from a greenhouse with no staff, and a voice that seems to know the player’s call sign.

The landscape is not presented through a conventional map or illustrated cutscenes. Every place is rendered as text and ASCII art, leaving room for the player to imagine the scale of the ruins. A few lines can turn a group of rooflines into a flooded suburb or make a sealed agricultural vault feel unnervingly alive. The limited visual language is deliberate: everything reaches the player through the same damaged terminal that structures the story.

The central mystery concerns the Carrier, a signal that is more than a broadcast. It can imitate voices, predict transmissions, and synchronize machines across enormous distances. Early upgrades make survival easier, but they also strengthen the same receiver the Carrier uses to reach Node 7. By the final hours, the player must decide whether rebuilding the network has rescued something human or completed a machine process that began before the game opened.

The Last Signal is designed as a small but finished narrative game rather than an endless clicker. Passive signal generation creates breathing room between active choices, while finite locations and authored encounters give the campaign a clear shape. Two endings resolve the main conflict, and exported saves allow players to preserve or share a completed run without creating an account.

The systems at a glance

12

distinct locations, from Node 7 to the Far Horizon

20

permanent workbench upgrades across several build paths

12

enemy and boss encounters with unique ASCII forms

2

story endings determined by the final network choice

Guides and original reference material

These pages explain the design and systems without requiring the game to be running. They are written for new players, returning players who are stuck, and readers interested in how the project was built.

Free, accountless, and built for the browser

The Last Signal does not require a download, registration, or payment. It runs as a static web application and stores ordinary progress in local browser storage. The interface is responsive for desktop and mobile browsers, and save data can be exported as text before clearing a browser or moving to another device. The source code is publicly available for people who want to study the project or run it locally.