No description
  • Python 98.5%
  • Dockerfile 1.5%
Find a file
Torbjørn Bang 79c26de2b9
Some checks failed
Build and push to GHCR / build (push) Has been cancelled
Added gif
2026-03-27 16:58:29 +01:00
.github/workflows Add docker image publishing workflow 2026-03-27 15:31:13 +01:00
demo.gif Add files via upload 2026-03-27 16:58:07 +01:00
Dockerfile Easter ASCII telnet animation 2026-03-27 15:23:43 +01:00
easter.py Easter ASCII telnet animation 2026-03-27 15:23:43 +01:00
README.md Added gif 2026-03-27 16:58:29 +01:00

🐰 Easter Telnet Animation

Demo

ASCII art Easter animation served over telnet. A decorated egg cracks open, a bunny emerges, hops across a field of flowers and mini eggs, and finishes with a "Happy Easter! / God påske!" finale — all in 80×24 characters with ANSI color.

Quick Start

python3 easter.py

Run as a Telnet Server (Docker/Podman)

podman build -t easter .
podman run -p 2323:23 easter

Then connect:

telnet localhost 2323

Each connection gets its own animation. When it finishes, the connection closes.

Requirements

  • Local: Python 3.6+ (stdlib only, zero dependencies)
  • Container: Alpine + ucspi-tcp6 (handled by the Dockerfile)