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

### Rules of Heist Planner

#### The Basics

You're a master thief building a crew and pulling heists. Start small, work your way up to legendary scores.

#### Core Loop

1. **Recruit Crew** - Hire specialists from the Hire Pool. Each has a specialty (Infiltration, Electronics, Demolition, Driving, Forgery) and a skill level.

2. **Start a Heist** - Pick a target from Available Heists. Harder targets pay more but have more complications.

3. **Handle Complications** - During the heist, obstacles arise. Choose which crew member handles each one. Matching their specialty to the problem gives the best success chance.

4. **Collect Your Pay** - Cash loot is immediate. Other loot types (jewelry, art, documents) must be fenced at the hideout for a percentage of their value.

5. **Manage Heat** - Failed complications add heat. At 100 heat, you're busted. Use "Lay Low" to reduce heat.

#### Tips

- **Match specialties** to complications for clean results
- **Buy equipment** to boost your team's effectiveness
- **Watch your wages** - crew members cost money every week
- **Fence loot quickly** - you need cash to pay wages and hire new crew
- **Lay low** when heat gets too high - better safe than busted
- **Complete heists** to unlock new, more profitable targets

#### Stages

| Stage | Unlocks At |
|-------|-----------|
| Small Time | Start |
| Professional | 3 heists completed |
| Big League | 6 heists + $10K cash |
| Elite | 10 heists + $25K cash |
| Legendary | 15 heists + $50K cash |

#### Loss Conditions

- **Heat reaches 100** - Your crew gets busted
- **3 weeks in debt** - Can't pay crew, they scatter

---

## Game state
- **๐Ÿ’ฐ Cash:** $1200
- **๐Ÿ”ฅ Heat:** 0/100 (Cool)
- **๐Ÿ“… Week:** 1
- **๐Ÿ“Š Stage:** Small Time
- **๐ŸŽฏ Heists:** 0

## Left Panel

### ๐Ÿ“‹ Hire Pool
- **๐ŸŽญ Wraith:** Forgery Lv.1
- **Wage:** $110/wk
- **๐ŸŽญ Shadow:** Forgery Lv.1
- **Wage:** $102/wk

## Center Panel
![Small Time Hideout](/game-assets/heist_planner/images/stage_1_hideout.png)
Recruit crew members to start planning heists!

## Right Panel

### ๐Ÿ› ๏ธ Equipment
- **Lockpick Set:** Owned: 0
- **Signal Jammer:** Owned: 0
- **C4 Charges:** Owned: 0
- **Getaway Car:** Owned: 0
- **Disguise Kit:** Owned: 0
- **Thermal Lance:** Owned: 0
- **Night Vision Goggles:** Owned: 0
- **Police Radio Scanner:** Owned: 0
- **Stealth Suit:** Owned: 0
- **EMP Device:** Owned: 0
- **Insider Contact:** Owned: 0
Next: Professional โ€” 0/3 heists

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

- [Hire ($220)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/hire_crew?hireIndex=1&_t=1778665265544) โ€” Hire Wraith for $220 upfront + $110/week
- [Hire ($204)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/hire_crew?hireIndex=2&_t=1778665265544) โ€” Hire Shadow for $204 upfront + $102/week
- [๐Ÿ”„ Refresh Recruits](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/refresh_pool?_t=1778665265544) โ€” Look for different recruits
- [Buy ($200)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=lockpicks&_t=1778665265544) โ€” +1 Infiltration skill
- [Buy ($300)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=jammer&_t=1778665265544) โ€” +1 Electronics skill
- [Buy ($400)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=c4&_t=1778665265544) โ€” +1 Demolition skill
- [Buy ($500)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=getaway_car&_t=1778665265544) โ€” +1 Driving skill
- [Buy ($250)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=disguise_kit&_t=1778665265544) โ€” +1 Forgery skill
- [Buy ($600)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=thermal_lance&_t=1778665265544) โ€” +1 Demolition, cuts through steel
- [Buy ($350)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=night_vision&_t=1778665265544) โ€” +1 Infiltration, see in darkness
- [Buy ($400)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=radio_scanner&_t=1778665265544) โ€” +1 Driving, track police
- [Buy ($800)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=stealth_suit&_t=1778665265544) โ€” +1 Infiltration, -2 heat per heist
- [Buy ($900)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=emp_device&_t=1778665265544) โ€” +1 Electronics, 2x XP for electronics complications
- [Buy ($1200)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=insider_contact&_t=1778665265544) โ€” +1 Forgery, reveals first 2 complications before heist

---

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

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