# Quizzard of Oz ```{raw} html

Project Documentation

Build a multiplayer quiz platform with confidence.

Quizzard of Oz combines casual play, ranked competition, and a clear system architecture. This documentation gives the team one place for product intent, technical direction, and architecture decisions.

Explore architecture Read the planning doc
Architecture

arc42-style system overview

Understand the core building blocks, constraints, runtime expectations, and deployment shape.

Planning

Gameplay, sessions, and data model

Review the concept document, game modes, matchmaking approach, and initial database design.

ADRs

Key technology decisions

Track the current decisions behind the frontend, backend, and package management stack.

``` ## Quick Start - Start with [Architecture](architecture.md) if you need the big-picture system design. - Open [Planning](planning.md) if you want the gameplay rules, flow, and domain model. - Review [Architecture Decisions](decisions.md) when you need the reasoning behind the chosen stack. ## Project Links - Repository: [SQS-Team-11](https://github.com/Gravefax/SQS-Team-11) - Read the Docs: [Published documentation](https://sqs-team-11.readthedocs.io/en/latest/) ## Visual Overview ![Ranked and unranked session flow](images/ranked_session_flow.svg) ```{toctree} :maxdepth: 2 :caption: Documentation :hidden: architecture planning decisions ```