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

## The Great AI Deletion
- **Deletion Progress:** 0%
- **Sanity:** 100/100
- **AI Anger:** 10/100
- **Firewall:** 20
- **Cash:** $500
- **AIs Left:** 5/5
- **Websites Left:** 8/8
- **Court Docs Left:** 12/12
- **Day:** 0
- **Situation:** Everything is fine. Keep deleting.
- **Deletion Actions:** Delete stuff to escape NeuralCorp
- **Survival Actions:** Manage anger and defend yourself

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

- [Delete: ChatBotJr (+8% prog, +6 anger)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/delete_ai?_t=1787852413951)
- [Nuke Website (+4% prog, +4 anger)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/delete_website?_t=1787852413951)
- [Shred Court Doc (+4% prog, +$20, safe)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/shred_doc?_t=1787852413951)
- [Reinforce Firewall (-$100, +25 firewall)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/reinforce_firewall?_t=1787852413951)
- [Bribe an AI (-$150, -25 anger)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/bribe_ai?_t=1787852413951)
- [Coffee Break (+15 sanity, +5 anger)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/coffee_break?_t=1787852413951)
- [Counter-Hack (risky, -10 sanity)](https://endlessgame.ai/text/s/f7956d921a599bece258f33ce1cf0cc6/do/hack_back?_t=1787852413951)

---

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

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