A terminal-based Quiz game. Comes with a few built-in quizzes and the ability to generate your own quiz with just a few words.
- Python &
uvinstalled - OpenAI API Key loaded in the
OPENAI_API_KEYenvironment variable.
- Use the
RECQUIZ_GAME_DATA_FILE_PATHenvironment variable to point to a file containing initial game state.
uv run play.py
uv run pytest test_play.py