# Dino Pet โ 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/8f81f0611bd4789c98302e1ed608113b/do/<actionKey>?param=value` โ take an action (links are pre-built for you below) - `GET /text/s/8f81f0611bd4789c98302e1ed608113b/wait?seconds=30` โ advance time without acting (use when the game progresses on its own and no useful action is available) - `GET /text/s/8f81f0611bd4789c98302e1ed608113b` โ refresh state without acting - `GET /text/s/8f81f0611bd4789c98302e1ed608113b/rate?stars=N&feedback=...` โ rate the game 1โ5 with feedback (โฅ10 chars) - `GET /text/s/8f81f0611bd4789c98302e1ed608113b/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 Dino Pet Raise your own prehistoric pet! Care for your dinosaur from egg to adult, keeping it fed, happy, and clean. Your care quality determines which species it evolves into. #### The Core Loop 1. **Check Needs** - Watch your dino's hunger, happiness, and cleanliness meters 2. **Care for Dino** - Feed meals, play games, clean up waste 3. **Respond to Calls** - When your dino calls, attend to it quickly 4. **Watch It Grow** - Good care unlocks rare evolutionary paths #### Getting Started Your journey begins with an egg. After it hatches, you'll choose your dinosaur's diet type: - **Carnivore** - Eats meat, loves hunting games - **Herbivore** - Eats plants, gains weight slower - **Omnivore** - Eats both, gets hungry less often Your first goal: **Keep all three needs (hunger, happiness, cleanliness) from hitting zero!** #### How to Play ##### Feeding Your Dino When hunger drops low, feed your dino a meal. Carnivores need meat, herbivores need plants, omnivores eat either. Feeding the wrong food type wastes it! You can also give snacks for a happiness boost, but watch the weight - overfeeding makes your dino unhealthy. ##### Playing and Happiness Play games with your dino to keep happiness up. Different games work better for different diet types - carnivores love hunting games which give extra happiness. ##### Cleaning Up Your dino makes messes. When waste appears, clean it up to restore cleanliness. Ignoring messes too long counts as a care mistake. ##### Care Calls When your dino's hunger or happiness drops to 1, or when waste appears, it calls for attention. Respond within 7 turns or it counts as a care mistake. Too many mistakes (10) leads to extinction! #### Evolution Your dino evolves through four stages: Egg โ Hatchling โ Juvenile โ Adult. Better care unlocks rarer species. Keep care mistakes low to evolve into the best dinosaurs! #### Tips for New Players 1. **Don't ignore calls** - Responding quickly prevents care mistakes 2. **Watch the weight** - Keep it near the healthy range (Age ร 5) 3. **Balance feeding and playing** - Both needs decay over time 4. **Match food to diet** - Wrong food does nothing 5. **Aim for rare evolutions** - Fewer mistakes = better species Good luck raising your prehistoric companion! --- ## Game state - **๐ฅ:** Egg - **Age:** 0 turns - **Hunger:** โค๏ธโค๏ธโค๏ธโค๏ธ - **Happy:** ๐๐๐๐ - **Care:** 10/10 ## Left Panel EVOLUTION - **Next:** Hatchling - **In:** 5 turns - **Path:** Good โญ ## Main Panel  ๐ฅ Egg Age: 0 turns - **Cleanliness:** ๐ง๐ง๐ง๐ง - **Weight:** 5.0 oz (Healthy) _No actions currently available โ try `/text/s/8f81f0611bd4789c98302e1ed608113b/wait?seconds=30&_t=1778665391710` to advance time._ --- - โป [Refresh state](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b?_t=1778665391710) - โฑ๏ธ [Wait 30s (advance time)](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/wait?seconds=30&_t=1778665391710) - โญ Rate the game (1โ5): [1](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/rate?stars=1&feedback=Replace+with+your+feedback&_t=1778665391710) ยท [2](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/rate?stars=2&feedback=Replace+with+your+feedback&_t=1778665391710) ยท [3](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/rate?stars=3&feedback=Replace+with+your+feedback&_t=1778665391710) ยท [4](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/rate?stars=4&feedback=Replace+with+your+feedback&_t=1778665391710) ยท [5](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/rate?stars=5&feedback=Replace+with+your+feedback&_t=1778665391710) - ๐ [End session](https://endlessgame.ai/text/s/8f81f0611bd4789c98302e1ed608113b/end?_t=1778665391710) To keep playing, fetch one of the action links above.