From Play to Abstraction — CT & AI 2026–27
OFFLINE INTERACTIVE WEBSITE (no internet required)
====================================================

This folder is a fully self-contained copy of the interactive website.
Everything it needs — fonts, styles, scripts, the case paper and the slide
deck — is inside this folder. No internet connection is needed.

HOW TO RUN
----------
Easiest:
  • Just double-click "index.html". It opens in your web browser and works.

If your browser is fussy about opening local files, run a tiny local server:
  1. Open a terminal in this folder.
  2. Run:   python3 -m http.server 8000
            (or on Windows:  py -m http.server 8000)
  3. Open your browser to:   http://localhost:8000

WHAT'S INSIDE
-------------
  index.html   ............ the website (open this)
  styles.css   ............ styling
  app.js       ............ all the live interactive demos
  fonts.css + fonts/ ...... the Inter font, bundled locally (so it looks
                            the same with no internet)
  case-paper-ct-ai-2026-27.pdf ......... the original case paper
  ct-ai-from-play-to-abstraction-deck.pptx ... the slide deck

WHAT WORKS OFFLINE
------------------
Everything: all six module demos (neural-network recognition, clustering,
training/weights, pixels-to-layers, compression, next-word prediction),
the eight playable activities, and the "You ↔ The Machine" panels.

Tested in current Chrome, Edge, Firefox and Safari.
