Frozen Bridge is a modern, asynchronous Telegram game bot written in Python using the python-telegram-bot v20+ framework.
It provides a clean, fun, fast-paced question/answer rotation system with optional AI-powered responses using Bard.
- Fully asynchronous (async/await)
- Clean and maintainable architecture (single-file or modular)
- Inline query support for question submission
- Auto-created JSON storage files (
message_ids.json,history.json) - Optional Bard integration (
BARD_TOKEN) - Deployable on:
- Ubuntu
- Docker
- Railway / Render / Fly.io
- GitHub Actions + Docker