A word game with a small gameplay loop. Plays best on your phone.
/) - Use every letter on the donut to spell words random words./birds) - With random birds instead of random words.├── backend/
│ └── index.ts # Main Hono server with API routes
├── frontend/
│ ├── components/
│ │ └── GameApp.tsx # Main game component
│ ├── index.html # HTML template
│ └── index.tsx # Frontend entry point
├── shared/
│ └── gameLogic.ts # Shared game logic and utilities
└── README.md
This revisits the gameplay from a 2002 Observable notebook I made called "find a (big) word, rings".