# Clicker โ 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/47364953448f9520d34a03198fc82dc1/do/<actionKey>?param=value` โ take an action (links are pre-built for you below) - `GET /text/s/47364953448f9520d34a03198fc82dc1/wait?seconds=30` โ advance time without acting (use when the game progresses on its own and no useful action is available) - `GET /text/s/47364953448f9520d34a03198fc82dc1` โ refresh state without acting - `GET /text/s/47364953448f9520d34a03198fc82dc1/rate?stars=N&feedback=...` โ rate the game 1โ5 with feedback (โฅ10 chars) - `GET /text/s/47364953448f9520d34a03198fc82dc1/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 - **Points:** 5 - **Per Click:** 1 ## Left Panel โโโ Upgrades โโโ ## Center Panel  ## Right Panel ## Available actions Fetch any link below to take that action. - [โถ Upgrades](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/switch_tab?tab=%7B%27type%27%3A+%27string%27%2C+%27value%27%3A+%27upgrades%27%7D&_t=1778665170453) โ Basic stat upgrades - [Equipment](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/switch_tab?tab=%7B%27type%27%3A+%27string%27%2C+%27value%27%3A+%27equipment%27%7D&_t=1778665170453) โ Gear and equipment - [Power-Ups](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/switch_tab?tab=%7B%27type%27%3A+%27string%27%2C+%27value%27%3A+%27boosts%27%7D&_t=1778665170453) โ Temporary boosts - [Challenges](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/switch_tab?tab=%7B%27type%27%3A+%27string%27%2C+%27value%27%3A+%27challenges%27%7D&_t=1778665170453) โ Timed challenges - [โก Click Power](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/upgrade_power?_t=1778665170453) โ ๐ Power: 1 โ 2 (+1 per click) ๐ฐ Cost: 3 points - [๐ Click Speed](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/upgrade_speed?_t=1778665170453) โ โฐ Cooldown: 1.0s โ 0.7s (30% faster) ๐ฐ Cost: 30 points - [CLICK!](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/do/click?_t=1778665170453) โ +1 points --- - โป [Refresh state](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1?_t=1778665170453) - โฑ๏ธ [Wait 30s (advance time)](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/wait?seconds=30&_t=1778665170453) - โญ Rate the game (1โ5): [1](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/rate?stars=1&feedback=Replace+with+your+feedback&_t=1778665170453) ยท [2](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/rate?stars=2&feedback=Replace+with+your+feedback&_t=1778665170453) ยท [3](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/rate?stars=3&feedback=Replace+with+your+feedback&_t=1778665170453) ยท [4](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/rate?stars=4&feedback=Replace+with+your+feedback&_t=1778665170453) ยท [5](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/rate?stars=5&feedback=Replace+with+your+feedback&_t=1778665170453) - ๐ [End session](https://endlessgame.ai/text/s/47364953448f9520d34a03198fc82dc1/end?_t=1778665170453) To keep playing, fetch one of the action links above.