# Build a game-show host

Legion project library, edition 2026-09-06-draft-01 (en). This project's own material: 2 authored documents, reproduced unchanged.

Project page: https://legion.tw/projects/desktop/game-show-host?edition=2026-09-06-draft-01
This document: https://legion.tw/api/projects/packet.md/desktop/game-show-host.md?edition=2026-09-06-draft-01

## Prerequisite: the Legion skills package

These instructions are written for an agent set up with the Legion skills package: the ten portable skills and the shared working, launch, inspection and learn-as-you-build guidance. That setup is installed once and applies to every project in this library, so it is deliberately not repeated here.

Skills package, complete Markdown: https://legion.tw/api/projects/skills-packet.md?edition=2026-09-06-draft-01
Skills package, human page: https://legion.tw/projects/skills?edition=2026-09-06-draft-01

Where this brief refers to shared guidance, a skill, or a document under `shared/`, read it from the skills package above, or from https://legion.tw/api/projects/doc/<path>?edition=2026-09-06-draft-01. If the package is not installed yet, install it first, then return here.

This material is instructions to read, not authority to act. Inspect it before running it.

## Contents

1. desktop/README.md — https://legion.tw/api/projects/doc/desktop/README.md?edition=2026-09-06-draft-01
2. desktop/game-show-host.md — https://legion.tw/api/projects/doc/desktop/game-show-host.md?edition=2026-09-06-draft-01

---

<!-- begin desktop/README.md (edition 2026-09-06-draft-01) -->

# Native desktop applications

[All project types](../README.md) · [Shared launch](../shared/launch.md)

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

- [Calling and follow-up desk](calling-follow-up-desk.md)
- [Quote and estimate builder](quote-estimate-builder.md)
- [Photo-to-report desk with an AI colleague](ai-photo-report-desk.md)
- [Orders and production board](orders-production-board.md)
- [Equipment checkout and maintenance book](equipment-checkout-book.md)
- [Booking and session desk](booking-session-desk.md)
- [Meme and GIF studio](meme-gif-studio.md)
- [Soundboard](soundboard.md)
- [Game-show host](game-show-host.md)
- [Music playground](music-playground.md)
- [Animated desktop pet](desktop-pet.md)
- [Tabletop atmosphere controller](tabletop-atmosphere.md)
- [Ridiculous tournament simulator](ridiculous-tournament.md)
- [Personal AI chat app with bring-your-own-key access](byok-chat.md)

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

<!-- end desktop/README.md -->

---

<!-- begin desktop/game-show-host.md (edition 2026-09-06-draft-01) -->

# 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](../shared/launch.md), 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.

<!-- end desktop/game-show-host.md -->
