🥚   90s KID //
The Tamagotchi Emergency

It Beeped During Math

You had a dependent now.

It lived in a plastic egg.
It had three buttons.
It produced waste at a rate that suggested a serious internal problem.

And it always needed you during class.

A 1997 classroom erupts as hidden egg-shaped digital pets all beep at once.

The first coordinated notification attack happened before Wi-Fi.

Bandai launched Tamagotchi in Japan in November 1996, with the global craze following in 1997. The idea was simple: raise a little creature on a low-power LCD screen.

Feed it.
Play with it.
Clean up after it.
Turn your back for eleven minutes and receive a tiny beeping performance review.

Schools discovered the problem immediately.

Thirty students could not concentrate because thirty pixel animals were operating on strict schedules. Some teachers banned them. Some parents became involuntary daytime pet sitters. Some virtual creatures experienced what corporate reports would later call an “unscheduled lifecycle event.”

Here is what we thought was happening:

  • a real animal lived behind the LCD
  • good care unlocked a secret perfect creature
  • pressing all three buttons during a crisis counted as medicine
  • the pet knew when you had something important to do

Technically, it was a small state machine.

      +-------+
      |  EGG  |
      +---+---+
          |
          v
       [ BABY ] --food/play/care--> [ HEALTHY ]
          |                              |
          +---neglect/time-------------->+
                         |
                         v
                       [ 💀 ]

The toy tracked variables such as hunger, happiness, discipline, health, age, and the passage of time. Your button presses changed those values. Timers changed them when you did nothing. The creature on screen was the visible result of all that hidden state.

In other words, it was a tiny monitoring system with terrible alert tuning.

It beeped for routine maintenance.
It beeped for incidents.
It beeped because it was lonely.
Every alert had the same priority.

Modern apps copied the relationship perfectly.

Streaks need feeding.
Badges need checking.
Notifications become anxious little creatures that suffer when ignored.

The Tamagotchi did not prepare us for pet ownership.

It prepared us for having forty apps that all believe they are alive.