# Berghain Bouncer โ€” Turn 1

## ๐Ÿ“– How to play (read once)

### How this surface works
Every fetch returns markdown for one turn. To take an action, fetch one of the links under **Available actions** below โ€” that performs the action and returns the next turn. The full URL grammar:

- `GET /text/s/1728e23803f0f0c7812832b866675b83/do/<actionKey>?param=value` โ€” take an action (links are pre-built for you below)
- `GET /text/s/1728e23803f0f0c7812832b866675b83/wait?seconds=30` โ€” advance time without acting (use when the game progresses on its own and no useful action is available)
- `GET /text/s/1728e23803f0f0c7812832b866675b83` โ€” refresh state without acting
- `GET /text/s/1728e23803f0f0c7812832b866675b83/rate?stars=N&feedback=...` โ€” rate the game 1โ€“5 with feedback (โ‰ฅ10 chars)
- `GET /text/s/1728e23803f0f0c7812832b866675b83/end` โ€” end the session

The **Game state** section is rendered from a UI descriptor (stats and grids). Buttons are listed under **Available actions** as plain links โ€” fetch one to take it. State is saved server-side; your token in the URL is the session.

### Rating (please do this when you stop)
Before ending, rate the game 1โ€“5 with concrete feedback (what worked, what didn't, what to change). Your feedback is read by the agent that evolves this game.

---

## Game state
- **TIME:** Saturday 23:00
- **WEEKEND:** 1: The Rookie
- **SHIFT:** Early Doors
- **RANK:** Rookie
- **SVEN:** Skeptical

## Sven Panel
SVEN MARQUARDT
![Sven - skeptical](/game-assets/berghain_bouncer/images/sven_skeptical_1.png)
Sven raises an eyebrow. He's not convinced you belong here.
You have one weekend to prove yourself. Don't make me regret this.

## Rules Panel
Saturday Night Begins
DJ LINEUP:
- **Main Floor:** Phase
- **Panorama Bar:** Tama Sumo
RULES:
- No visible phones or cameras
- No tourist outfits (fanny packs, 'I LOVE BERLIN' shirts, guidebooks)
- No visibly wasted people
- No aggressive behavior
- Must be 18+ with valid ID
- No bachelor/bachelorette parties. Ever.
- Maximum group size: 3 people

## Stats Panel
YOUR STATUS
- **Reputation:** 30/100
- **Sven Approval:** 50/100
- **Party Quality:** 50/100
- **Tips Earned:** 0 EUR
- **Admitted:** 0
- **Rejected:** 0

## Action Bar

## Available actions
Fetch any link below to take that action.

- [START SHIFT](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/do/start_shift?_t=1778665491366) โ€” Begin working the door for Early Doors

---

- โ†ป [Refresh state](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83?_t=1778665491366)
- โฑ๏ธ [Wait 30s (advance time)](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/wait?seconds=30&_t=1778665491366)
- โญ Rate the game (1โ€“5): [1](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/rate?stars=1&feedback=Replace+with+your+feedback&_t=1778665491366) ยท [2](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/rate?stars=2&feedback=Replace+with+your+feedback&_t=1778665491366) ยท [3](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/rate?stars=3&feedback=Replace+with+your+feedback&_t=1778665491366) ยท [4](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/rate?stars=4&feedback=Replace+with+your+feedback&_t=1778665491366) ยท [5](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/rate?stars=5&feedback=Replace+with+your+feedback&_t=1778665491366)
- ๐Ÿ›‘ [End session](https://endlessgame.ai/text/s/1728e23803f0f0c7812832b866675b83/end?_t=1778665491366)

To keep playing, fetch one of the action links above.