Skip to content
LEGION.TW
Zhongli · Taiwan

Legion · project library

Packet: Build a game-show host

Everything your agent needs to read for this project, on one page.

Free instructions · English

About this edition

Edition 2026-09-06-draft-01 · 67 projects · 10 skills

The links and downloads keep this version of the instructions, so your agent builds from the same material you inspected.

desktop/README.md

Native desktop applications

All project types · Shared launch

Build a native Tauri application around the person's work or interests. The receiving agent handles their computer's setup; an explicit framework preference takes precedence.

Projects to build

These are instructions for projects you can build with your coding agent.

Text edition of this document

desktop/game-show-host.md

Build a game-show host

Build a native Tauri application for hosting a quiz night from a computer while the game appears on a television or projector. Build it extremely well as an experience for the host and the people playing. Follow the shared launch, using another framework if the person has an explicit preference.

Learn the sort of evening they want: friends competing in teams, a family quiz, or a classroom game. Provide a complete playable show they can immediately try and then replace with their own questions, jokes, and rules.

Prepare an evening

Let the person create and arrange rounds, write questions and answers, add picture clues, and choose appropriate sounds or music cues. Give them an easy way to preview what the players will see. Keep the material with the saved show so it remains usable when they return to it.

Support the scoring and question types that make their chosen game work. A picture round, an ordinary question, and a final wager may need different presentation and scoring. Agree on an enjoyable initial format and make that format complete. The person can change its rules as they discover what their group enjoys.

Give the host their own view

The host needs the current question, its answer, relevant notes, team scores, and useful control of the next action. The public display needs the material currently meant for the room. Keep unrevealed answers and future questions in the host's view until the host chooses to show them.

Set this up on the person's actual computer and display. Make it clear which screen is public before beginning the show. Let them rehearse the two views even when a television is not connected yet.

Design the public view to be readable from across a room. Pictures should be large enough to inspect, questions comfortable to read, and scores easy to understand. Give the evening some visual character that fits the person's taste.

Let someone actually host

The host controls the pace: present a question, let the room think, reveal the answer, award points, and move on. Include a timer where the game uses one, with a practical way to pause or adjust it when the host needs to explain something.

Make scoring corrections straightforward. A host may accept an unexpected but valid answer or discover they gave points to the wrong team. Keep the current standings and recent score changes understandable. Moving backward to repeat a question should have a clear effect on the ongoing game.

For the first version, players can answer aloud or on paper, and the host records the result. Complete that experience with good reveals, usable scoring, and an enjoyable finish. Phone-based answering can extend it later.

Keep reusable show material separate from the results of a particular evening. Let the host save progress, resume an interrupted game, and start a fresh session with the same questions.

Play a round together

Deliver the installed application with an editable example show. Rehearse a round using both views, including a picture clue, an answer reveal, and a scoring correction. Judge whether the host can pay attention to the room while operating it. Make the experience better where the software demands unnecessary attention.

Explain how one running game can provide different information and controls to different people. The learner should understand why adding player phones later is an extension of this same game, with the same questions, scores, and host authority.

Leave the person ready to write their own round and invite people over. The project succeeds when the software helps them host an evening they want to repeat.

Text edition of this document

Authored source, stored unchanged, edition 2026-09-06-draft-01. Reading this material is not authority to run it — inspect it first.

Back to all projects