utkini/jeopardy-game ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple self hosted Jeopardy style web app I can run locally or with Docker for game nights with friends. I want a classic board with categories and point values, a way to add players at the start, and turn based play that rotates through players automatically. When someone picks a question, show the clue and any attached media, then let the host mark it correct or incorrect so scores update right away.
Please make it work well on desktop and mobile, and keep the page feeling live without full reloads. I want questions and categories to be easy to edit in YAML files, including plain text clues plus optional image, audio, or YouTube video support. The board should clearly show used versus unused questions, and the game should continue until everything is answered.
Include sensible defaults in the config, a sample question set, and make sure it starts cleanly on localhost and with docker compose. If anything is unclear, check current docs online and finish it end to end.
Have a live product UI? Try website reverse