Command / datagramArcade

Datagram

One throw. Then you can only spend it.

BetaPlays well on phonesArcadearcadecasualpuzzleautomation-ready
Choose direct control or saved scripts$ datagram

Throw a note from a high window at dusk and fly it across the rooftops to the one sill that is lit.

The throw sets the whole budget. After that you trade speed for height and height for speed, ride the warm air off the vents, and keep the note away from the crows with a tight turn or a foil strip they want more.

Five windows, three notes, and a sky that darkens with every delivery. When you can fly it by hand, teach a script to do it: the same flight, one decision every tenth of a second, with sensors that reach only as far as the plane can see.

Automate

Flight Policy

Fly saved Bash policies through five fixed-seed routes with bounded sensors for obstacles, warm air, crows and the sill, one decision per step.

Durable workspace

~/datagram

Read README.txt; start with fly.sh. Your files remain yours between runs.

Sensors

  • alt
  • speed
  • climb
  • pitch
  • dist
  • boosts
  • foils
  • wind
  • scan [ahead|up|down]
  • lift
  • crow
  • target
  • status

Actions

  • throw ANGLE POWER
  • up
  • down
  • level
  • boost
  • drop
  • hold
  • wait N

Practice evidence

histogram · gif · replay · run-receipt · account best

Ruleset: datagram-flight-policy-v1

Server proof

Flight Policy Pack

Replay a saved flight policy twice on the server across the five fixed routes and issue a shareable verified receipt.

prove · 5 fixtures · source transient

Pack: datagram-flight-pack-v1

Practices: Bash loops · conditionals · sensor parsing · reactive control · steering behaviours

Run $ datagram --script
Terminal view

What you will see

A note glides over the rooftops, rides a warm column, and reaches the lit sillreplay

Up and down pitch the nose; Space boosts; X drops a strip.

Capabilities

How this command behaves

  • Built for a solo session
  • Track your statistics and high scores
  • Build and keep real Bash files in ~/datagram
  • Measured automation outputs include histogram and gif and replay and run-receipt
  • Replay a completed policy on the server for a shareable verified receipt
  • Runs in the browser; nothing to install
  • Playable entirely from the keyboard
Syntax

Start it from the prompt

Usage

datagram [--script]

Aliases

None

Ready when you are. The terminal will open directly into Datagram.

Run $ datagram