# Restaurant โ 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/e092b85807719e83055e0a4c6eb801f2/do/<actionKey>?param=value` โ take an action (links are pre-built for you below) - `GET /text/s/e092b85807719e83055e0a4c6eb801f2/wait?seconds=30` โ advance time without acting (use when the game progresses on its own and no useful action is available) - `GET /text/s/e092b85807719e83055e0a4c6eb801f2` โ refresh state without acting - `GET /text/s/e092b85807719e83055e0a4c6eb801f2/rate?stars=N&feedback=...` โ rate the game 1โ5 with feedback (โฅ10 chars) - `GET /text/s/e092b85807719e83055e0a4c6eb801f2/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 Restaurant You're running a restaurant from a humble street food cart to a Michelin-starred establishment. Cook meals, serve guests, and build your reputation. #### The Core Loop 1. **Buy Ingredients** - Stock up on bread, vegetables, cheese, pasta, meat, and fish 2. **Cook Meals** - Use your stove to prepare dishes from your unlocked recipes 3. **Wait** - Guests arrive automatically, get seated, and are served from your food queue 4. **Earn & Upgrade** - Use revenue to buy upgrades and grow your restaurant Time passes automatically - guests arrive, get seated at empty tables, eat prepared food, and pay. #### Getting Started You begin as a **Street Food Cart** with $50, 2 tables, 1 stove, and 3 unlocked recipes (salad, burger, soup). You start with a small stock of ingredients. Your first goal: **Cook a meal and serve your first guest!** #### How to Play ##### Cooking In the Kitchen section, click a recipe button on an idle stove to start cooking. Each meal requires specific ingredients - for example, a burger needs 1 meat, 2 bread, and 1 cheese. When cooking finishes, the meal goes into your food queue. ##### Serving Guests Guests arrive based on your buzz level and queue up at the door. When a table is empty, a guest sits down. If there's a meal in the food queue, it's automatically served. After eating (20 seconds), the guest pays and leaves - earning you coins, reputation, and buzz. ##### Ingredients Keep your pantry stocked! Each ingredient has a different price. Buy in batches of 10 from the Ingredients & Shopping section. Watch the color indicators - red means empty, yellow means low. ##### Upgrades Spend coins on upgrades to expand your restaurant: - **Extra Table / Extra Stove** - Serve more guests simultaneously - **Expand Queue** - More guests can wait in line - **Faster Cooking** - 20% faster cook times on all recipes - **Quality Ingredients** - +50% reputation per meal - **Marketing** - +2 guests per minute ##### Recipe Unlocks New recipes unlock as your reputation grows. Higher-tier recipes earn more money and reputation. Check the Recipe Progress indicator to see what unlocks next. ##### Guest Types - **Regular** guests pay normal prices - **Foodies** (70+ rep) pay 50% more and tip better - **Critics** (90+ rep) pay double but losing them costs 10 reputation #### Tips for New Players 1. **Cook continuously** - An idle stove is wasted money. Always have something cooking 2. **Don't let the food queue fill up** - Finished meals with a full queue are wasted 3. **Watch ingredient levels** - Running out mid-service means empty stoves and lost guests 4. **Buy the Extra Stove early** - Two stoves dramatically increases your throughput 5. **Salads are fast money** - Only 5 seconds to cook, great for keeping the food queue stocked --- ## Game state ## ๐ฝ Restaurant Manager v5.0 - **Street Food Cart:** Bistro at 50 guests + 60 rep (0/50 guests, 50/60 rep) - **๐ฝ Recipe Progress:** Next recipe: pizza at 55 rep (50/55) - **๐ช Your Restaurant (Text View):** ๐ Street Food Cart ๐ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ช TABLES: [ โ ] [ โ ] ๐ฅ KITCHEN: [ โ Idle ] ๐ฑ READY: โ None ready ๐ฅ WAITING: โ None waiting โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ - **๐ฐ Coins:** ๐ข $50 - **โญ Reputation:** ๐ก 50/100 - **๐ Buzz:** ๐ข 1 - **๐ฅ Guest Queue:** ๐ข 0/2 - **โฐ Arrival Rate:** 2/min - **๐ฑ Food Ready:** ๐ด EMPTY 0/5 - **โ Served:** 0 - **โ Lost:** 0 - **๐ต Revenue:** $0 - **๐ธ Tips:** $0 ### ๐ Ingredients & Shopping - **๐ BREAD ($1):** ๐ขโ 15 โ โ โ โช - **๐ฅฌ VEGETABLES ($1):** ๐ขโ 12 โ โ โ - **๐ง CHEESE ($2):** ๐ข 10 โ โ โช - **๐ PASTA ($2):** ๐ข 8 โ โ - **๐ฅฉ MEAT ($3):** ๐ข 10 โ โ โช - **๐ FISH ($4):** ๐ก 5 โ ### Tables - **Table 1:** EMPTY - **Table 2:** EMPTY ### Kitchen - **Cooking Place 1:** IDLE ### Upgrades ## Available actions Fetch any link below to take that action. - [Buy 10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_ingredients?amount=10&ingredient=bread&_t=1778665204233) โ bread ($1 ea โ $10 total) - [Buy 10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_ingredients?amount=10&ingredient=vegetables&_t=1778665204233) โ vegetables ($1 ea โ $10 total) - [Buy 10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_ingredients?amount=10&ingredient=cheese&_t=1778665204233) โ cheese ($2 ea โ $20 total) - [Buy 10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_ingredients?amount=10&ingredient=pasta&_t=1778665204233) โ pasta ($2 ea โ $20 total) - [Buy 10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_ingredients?amount=10&ingredient=meat&_t=1778665204233) โ meat ($3 ea โ $30 total) - [Buy 10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_ingredients?amount=10&ingredient=fish&_t=1778665204233) โ fish ($4 ea โ $40 total) - [๐ฅ SALAD $9](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/cook_meal?placeIndex=1&mealName=salad&_t=1778665204233) โ ๐ฅฌ3vegetables | โฑ5s | ๐ต$6 ($0.24/s) | โญ+1 - [๐ฒ SOUP $10](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/cook_meal?placeIndex=1&mealName=soup&_t=1778665204233) โ ๐ฅฌ2vegetables, ๐1bread | โฑ8s | ๐ต$7 ($0.25/s) | โญ+2 - [๐ BURGER $14](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/cook_meal?placeIndex=1&mealName=burger&_t=1778665204233) โ ๐ง1cheese, ๐2bread, ๐ฅฉ1meat | โฑ10s | ๐ต$7 ($0.23/s) | โญ+2 - [Extra Table $50](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=extraTable&_t=1778665204233) โ ๐ฆ Capacity | Add a 3rd table - [Expand Queue $30](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=expandQueue&_t=1778665204233) โ ๐ฆ Capacity | Queue holds 4 guests - [Extra Stove $40](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=extraCookingPlace&_t=1778665204233) โ ๐ฆ Capacity | Add a 2nd cooking place - [Bigger Food Queue $40](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=biggerFoodQueue&_t=1778665204233) โ ๐ฆ Capacity | Food queue holds 7 meals - [Faster Cooking $80](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=fasterCooking&_t=1778665204233) โ โก Efficiency | Reduce all cook times by 20% - [Quality Ingredients $100](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=qualityIngredients&_t=1778665204233) โ โญ Quality | +50% reputation per meal - [Marketing $70](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/do/buy_upgrade?upgradeKey=marketing&_t=1778665204233) โ ๐ฃ Marketing | +2 guests per minute --- - โป [Refresh state](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2?_t=1778665204233) - โฑ๏ธ [Wait 30s (advance time)](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/wait?seconds=30&_t=1778665204233) - โญ Rate the game (1โ5): [1](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/rate?stars=1&feedback=Replace+with+your+feedback&_t=1778665204233) ยท [2](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/rate?stars=2&feedback=Replace+with+your+feedback&_t=1778665204233) ยท [3](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/rate?stars=3&feedback=Replace+with+your+feedback&_t=1778665204233) ยท [4](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/rate?stars=4&feedback=Replace+with+your+feedback&_t=1778665204233) ยท [5](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/rate?stars=5&feedback=Replace+with+your+feedback&_t=1778665204233) - ๐ [End session](https://endlessgame.ai/text/s/e092b85807719e83055e0a4c6eb801f2/end?_t=1778665204233) To keep playing, fetch one of the action links above.