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

## Welcome
Professor Oak: Welcome to the world of Pokemon! Choose your partner:

## Starters

#### ๐Ÿ”ฅ Emberpup
![Emberpup](/game-assets/pokemon/images/creature_emberpup.png)
- **Type:** ๐Ÿ”ฅ fire
- **HP:** 44
- **ATK:** 52
- **DEF:** 40
- **SPD:** 58

#### ๐Ÿ’ง Aquaphin
![Aquaphin](/game-assets/pokemon/images/creature_aquaphin.png)
- **Type:** ๐Ÿ’ง water
- **HP:** 50
- **ATK:** 46
- **DEF:** 48
- **SPD:** 52

#### ๐ŸŒฟ Leafling
![Leafling](/game-assets/pokemon/images/creature_leafling.png)
- **Type:** ๐ŸŒฟ grass
- **HP:** 48
- **ATK:** 48
- **DEF:** 52
- **SPD:** 46

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

- [Choose Emberpup](https://endlessgame.ai/text/s/3184f38f6cfee9e783cf0a19c8a2eb32/do/choose_starter?species=emberpup&_t=1778665203986) โ€” Start your adventure with Emberpup!
- [Choose Aquaphin](https://endlessgame.ai/text/s/3184f38f6cfee9e783cf0a19c8a2eb32/do/choose_starter?species=aquaphin&_t=1778665203986) โ€” Start your adventure with Aquaphin!
- [Choose Leafling](https://endlessgame.ai/text/s/3184f38f6cfee9e783cf0a19c8a2eb32/do/choose_starter?species=leafling&_t=1778665203986) โ€” Start your adventure with Leafling!

---

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

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