Unlisted archive

Goose Systems Archive

Two geese have lived in Goose Group's header. Pick one at the top, watch it move, then open the technical details below.

V1

ASCII Pond System

July 3, 2025 to January 26, 2026

     __
  __(o )>
  \ <_. )
   `---'

V2

Pixel Sprite System

January 26, 2026 to present

Selected goose

ASCII Pond System

July 3, 2025 to January 26, 2026

Started as a tiny inline ASCII goose on July 3, 2025, picked up the pond-style cursor behavior on July 4, 2025, and remained in the ASCII family until the sprite replacement on January 26, 2026.

V1: ASCII Pond System

Live on Goose Group: July 3, 2025 to January 26, 2026.

The first Goose Group goose was text art. It started as a tiny inline ASCII goose on July 3, 2025, then grew into the pond-style version with cursor chasing and speech bubbles the next day.

Mechanism

This version is pure text animation: a small set of ASCII frames, a position value, a direction flag, and a few timers. There is no canvas and no image sprite sheet.

Behavioral Algorithm

  1. The pond initializes a monospace waterline and places the goose at the left edge with a facing direction and frame index.
  2. Two independent timers keep the loop alive: one schedules short waddles and another can interrupt the idle state with a honk pulled from the larger message pool.
  3. Each walk picks a direction, clamps movement to the pond bounds, and cycles through the four walk frames in short bursts instead of long glides.
  4. When the cursor enters the pond, random walking pauses and the goose switches into chase mode, steering toward the cursor with a capped easing speed.
  5. If the goose gets close enough to the cursor, it enters a celebration loop that alternates neutral and honk frames while surfacing cursor-specific messages.
  6. A separate waterline pass hides `~` characters that fall underneath the goose, which gives the little cut-through effect as it moves.

Frame Atlas

The full ASCII frame set is ten frames total: four walking right, four walking left, and two honk frames.

Walk Right

R1
     __
  __(o )>
  \ <_. )
   `---'
R2
     __
  __(o )>
  \ <_. )
   `--='
R3
     __
  __(o )>
  \ <_. )
   `-=-'
R4
     __
  __(o )>
  \ <_. )
   `=--'

Walk Left

L1
    __
  <(o )__
  ( ._> /
   `---'
L2
    __
  <(o )__
  ( ._> /
   `=--'
L3
    __
  <(o )__
  ( ._> /
   `-=-'
L4
    __
  <(o )__
  ( ._> /
   `--='

Honk

HR
     __
  __(@ )<
  \ ^^. )
   `---'
HL
    __
  >(@ )__
  ( .^^ /
   `---'

Phrase Pool

The complete preserved phrase pool is thirty-nine lines total: five legacy launch honks, twenty-nine pond idle and filter lines, and five cursor-catch celebration lines.

July 3 Legacy Honks

Used by the original pre-pond ASCII goose from the first Goose Group launch.

  • HONK!
  • EXISTENCE!
  • WHO DECIDES?
  • LOVE IS HONK
  • ERROR 418

Idle Pond Honks

General-purpose lines surfaced during idle honks once the pond behavior landed.

  • Just passing through!
  • Lovely weather for a waddle
  • Anyone got bread?
  • Living my best pond life
  • Honk if you love geese!

Filter: All

Filter-hover lines from the pond-era implementation.

  • Honk! Show me everything!
  • Let's see what you've built!
  • I want to see it all!
  • Give me the full tour!

Filter: AI

Filter-hover lines from the pond-era implementation.

  • Let's add a chatbot to that!
  • Needs more neural networks!
  • ML/AI? More like ML/Aye-aye!
  • Beep boop, I'm sentient now!
  • Training data: 100% honks

Filter: Cloud

Filter-hover lines from the pond-era implementation.

  • Take me to the cloud!
  • Migrating... honk by honk!
  • Sky's the limit! Literally!
  • 99.9% uptime, 100% goose
  • Serverless? More like featherless!

Filter: Innovation

Filter-hover lines from the pond-era implementation.

  • Disrupting the pond industry!
  • Think outside the nest!
  • Innovation? I invented flying!
  • Pivoting to web-footed tech!
  • My startup: Uber for bread crumbs

Filter: Govtech

Filter-hover lines from the pond-era implementation.

  • Honk once for yes, twice for no!
  • Democratizing democracy!
  • Vote Goose 2034!
  • Blockchain? Try pondchain!
  • Securing the cyber-pond

Cursor Celebration

Celebration lines triggered after the goose catches the mouse.

  • Found you!
  • HONK HONK!
  • Got 'em!
  • Victory waddle!
  • Cursor captured!