website
website copied to clipboard
A text-based quizbowl packet reader with support for both single- and multi-player.
Create an AI that the player can play against that would buzz against the player Potential resources to check out: - https://github.com/quizbowl/open-data - https://sites.google.com/view/qanta/home Or, the AI can just buzz...
Basically what it says, a special mode that acts like tossup singleplayer, but where the questions are sourced from your starred questions, which would be useful to review mistakes/missed tossups
This would run the `packet-parser.py` file from the [qbreader/packet-parser](https://github.com/qbreader/packet-parser) repository (which could be included as a [submodule](https://www.git-scm.com/book/en/v2/Git-Tools-Submodules) or something). Alternatively, I might want to extend the [qbreader/packet-parser](https://github.com/qbreader/packet-parser) repository to be...