# Ultima Iv โ 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/a0c26f5c141304298e479a0be6fb7e0c/do/<actionKey>?param=value` โ take an action (links are pre-built for you below) - `GET /text/s/a0c26f5c141304298e479a0be6fb7e0c/wait?seconds=30` โ advance time without acting (use when the game progresses on its own and no useful action is available) - `GET /text/s/a0c26f5c141304298e479a0be6fb7e0c` โ refresh state without acting - `GET /text/s/a0c26f5c141304298e479a0be6fb7e0c/rate?stars=N&feedback=...` โ rate the game 1โ5 with feedback (โฅ10 chars) - `GET /text/s/a0c26f5c141304298e479a0be6fb7e0c/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 ## Title โ๏ธ ULTIMA IV: QUEST OF THE AVATAR โ๏ธ Choose thy class, brave adventurer. Thy path determines thy starting virtue. ## Classes #### โ๏ธ Fighter Strong and durable. Excels in melee combat. - **STR:** 18 - **DEX:** 12 - **INT:** 8 - **HP:** 45 - **Virtue:** โ๏ธ Valor #### ๐ฎ Mage Wields powerful magic. Fragile but devastating. - **STR:** 8 - **DEX:** 10 - **INT:** 18 - **HP:** 25 - **Virtue:** ๐ Honesty #### ๐ต Bard Balanced adventurer with charm and versatility. - **STR:** 12 - **DEX:** 16 - **INT:** 14 - **HP:** 32 - **Virtue:** ๐ Compassion #### ๐ก๏ธ Paladin Holy warrior combining strength and faith. - **STR:** 16 - **DEX:** 10 - **INT:** 14 - **HP:** 40 - **Virtue:** ๐ Honor ## Available actions Fetch any link below to take that action. - [Choose Fighter (playerName=Avatar)](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/do/choose_class?classId=fighter&playerName=Avatar&_t=1778665292313) โ Begin as a Fighter - [Choose Mage (playerName=Avatar)](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/do/choose_class?classId=mage&playerName=Avatar&_t=1778665292313) โ Begin as a Mage - [Choose Bard (playerName=Avatar)](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/do/choose_class?classId=bard&playerName=Avatar&_t=1778665292313) โ Begin as a Bard - [Choose Paladin (playerName=Avatar)](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/do/choose_class?classId=paladin&playerName=Avatar&_t=1778665292313) โ Begin as a Paladin --- - โป [Refresh state](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c?_t=1778665292313) - โฑ๏ธ [Wait 30s (advance time)](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/wait?seconds=30&_t=1778665292313) - โญ Rate the game (1โ5): [1](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/rate?stars=1&feedback=Replace+with+your+feedback&_t=1778665292313) ยท [2](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/rate?stars=2&feedback=Replace+with+your+feedback&_t=1778665292313) ยท [3](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/rate?stars=3&feedback=Replace+with+your+feedback&_t=1778665292313) ยท [4](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/rate?stars=4&feedback=Replace+with+your+feedback&_t=1778665292313) ยท [5](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/rate?stars=5&feedback=Replace+with+your+feedback&_t=1778665292313) - ๐ [End session](https://endlessgame.ai/text/s/a0c26f5c141304298e479a0be6fb7e0c/end?_t=1778665292313) To keep playing, fetch one of the action links above.