Back to Mastra

Heads Up Game

examples/heads-up-game/README.md

2025-12-18757 B
Original Source

Heads Up Game

A multi-turn human-in-the-loop workflow.

Prerequisites

  • Node.js 22.13.0 or later
  • pnpm (recommended) or npm
  • Openai API key

Getting Started

  1. Clone the repository and navigate to the project directory:

    bash
    git clone https://github.com/mastra-ai/mastra --depth=1
    cd examples/heads-up-game
    
  2. Copy the environment variables file and add your Openai API key:

    bash
    cp .env.example .env
    

    Then edit .env and add your Openai API key:

    env
    OPENAI_API_KEY=sk-your-api-key-here
    
  3. Install dependencies:

    pnpm install --ignore-workspace
    
  4. Run the example:

    bash
    pnpm dev
    
  5. Test in Mastra Studio:

    bash
    http://localhost:4111