Anime Bingo: play and design bingo cards from a shared library of anime cues.
- Python 64.7%
- JavaScript 22.6%
- HTML 7.9%
- CSS 4.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Lifts accounts, catalog, ratings, staff consoles, mail, and HTTP hardening from spin-the-activity, then replaces the wheel with bingo play: a shared cue library (tropes, actions, phrases, beats), designed cards on 3x3–10x10 grids, dealt boards that persist, claim/free squares, four win kinds, a celebration overlay, show tags, star ratings, and original festival mascots. Rejected vendoring a second copy of Spin the Activity's domain (wheel, slices, spin modes). Cue is the umbrella noun instead of trope so actions and phrases share one library. |
||
| docs | ||
| src/anime_bingo | ||
| static | ||
| templates | ||
| tests | ||
| .dockerignore | ||
| .gitignore | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| docker-compose.yml | ||
| docker-entrypoint.sh | ||
| DOCKER_README.md | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| VERSION | ||
Anime Bingo
Play and design bingo cards from a shared library of anime cues (tropes, actions, phrases, and common beats). Hosted at animebingo.spiffylink.com.
This repository is the shipping app. The generic shell comes from fastapi-site-app in project-templates. The working reference for that shell is Spin the Activity.
Run locally
docker compose up --build
http://localhost:8080/ — see DOCKER_README.md.
pytest
Documents
| File | Role |
|---|---|
docs/DESIGN.md |
Product rules |
docs/TECHNICAL.md |
Runtime contract |
docs/PROMOTION.md |
Preview dev / production main |
docs/VERSIONING.md |
Version policy |
docs/USER_GUIDE.md |
In-app help source |
Versioning: docs/VERSIONING.md. Display form is the VERSION file.
License
MIT. See LICENSE.