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

Explore multiple regions across Earth, hollow earth, space, Mars, and the mysterious Planet 9 to discover and collect unique creatures. Build your team, train them to become stronger, and unlock increasingly exotic regions.

#### The Core Loop

1. **Explore** - Search your current region to find wild creatures
2. **Catch & Battle** - Add creatures to your team or battle them for experience
3. **Train** - Level up your team members through focused training
4. **Unlock Regions** - Use stardust to access new areas with rarer creatures

#### Getting Started

You begin in Terra (Earth's surface) with a starter creature named Sparky, an Electric-type at level 5. You have 100 energy and 50 stardust to start your journey.

#### How to Play

##### Exploring and Catching Creatures

Each region contains unique creatures adapted to that environment. Click **Explore** (costs 20 energy) to search your current region. You might:
- **Catch a creature** - If you have room in your team (max 6) and succeed at the catch attempt
- **Discover a creature** - Add it to your collection even if you don't catch it
- **Find stardust** - Earn 10-30 stardust to fund region unlocks

Lower-rarity creatures are more common and easier to catch. Creatures with lower HP are easier to catch than healthy ones.

##### Building Your Team

Your team can hold up to 6 creatures. Each creature has:
- **Level** (1-50) - Increases through experience
- **HP** - Health points for battles
- **Attack** - Damage output
- **Defense** - Damage reduction
- **Type** - Electric, Fire, Water, Grass, Normal, Psychic, or Cosmic

##### Training and Battling

**Train Creature** (10 energy) - Give a specific team member +30 XP and heal them for +10 HP. Use this to level up your favorites.

**Battle Wild Creature** (15 energy) - Fight a random wild creature. Your first team member battles automatically:
- **Victory** - Earn experience (50+ XP based on enemy level) and stardust (25+ based on rarity)
- **Partial victory** - Enemy flees but you still earn some stardust

As creatures level up, their stats increase. Level 50 is the maximum.

##### Managing Energy

Energy powers all your actions:
- **Explore**: 20 energy
- **Battle**: 15 energy
- **Train**: 10 energy

Energy regenerates at +10 per turn automatically. Use **Rest** to instantly restore 50 energy and fully heal your entire team.

##### Unlocking New Regions

Spend stardust to unlock new regions, each with unique creatures:

| Region | Cost | Requirements |
|--------|------|-------------|
| **Hollow Earth** | 500 stardust | Catch 5 Terra creatures |
| **Space Station** | 1000 stardust | Catch 3 Hollow Earth creatures |
| **Mars Colony** | 1500 stardust | Discover 15 total creatures |
| **Planet 9** | 3000 stardust | Discover 25 creatures + have a level 30+ creature |

Once unlocked, use **Travel** to move between regions freely. Different regions have different creature spawn ratesโ€”rarer creatures appear in later regions.

#### Tips for New Players

1. **Explore early and often** - Fill your team with 6 creatures quickly. A full team gives you more options for training and battling.

2. **Balance exploration and training** - Don't just explore. Train your creatures regularly to increase their levels, which helps in battles and is required to unlock Planet 9.

3. **Save stardust for region unlocks** - It's tempting to spend stardust, but you need large amounts (500, 1000, 1500, 3000) to progress. Battles and exploration both reward stardust.

4. **Rest strategically** - Resting is free and heals your whole team while restoring 50 energy. Use it when energy is low or after tough battles.

5. **Diversify your team** - Catch creatures of different types (Electric, Fire, Water, etc.) to build a balanced team. Later game mechanics may reward type variety.

6. **Focus on discovery** - You don't need to catch every creature you find. Even spotting a creature adds it to your collection and counts toward unlock requirements.

---

## Game state
- **โšก Energy:** 100/100
- **โœจ Stardust:** 50
- **๐ŸŒ Region:** Terra
- **๐Ÿ”ข Turn:** 0
- **โš”๏ธ Wins:** 0
- **๐Ÿ“š Pokedex:** 1/35
- **๐Ÿ†:** 0

## Team Panel
๐ŸŽ’ TEAM (1/6)
โšก Sparky
- **Lv:** 5
๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ
- **HP:** 70/70
- **ATK:** 52
- **XP:** 0/100

## Center Panel
๐Ÿ” EXPLORE & BATTLE
โšก>๐Ÿ’ง>๐Ÿ”ฅ>๐ŸŒฟ>โšก | ๐Ÿ”ฎ>Normal | Cosmic>๐Ÿ”ฎ
๐Ÿ’ช TRAINING

## Right Panel
๐ŸŒŽ REGIONS
๐Ÿ“ Terra (here)
โ›บ CAMP
๐ŸŽ’ ITEMS
No items. Find them in battles or buy below!
๐Ÿ›’ SHOP (Stardust: 50โœจ)
- **๐ŸŽ’ Caught:** 0
- **๐ŸŒŸ Evos:** 0

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

- [๐ŸŒฟ Explore Terra](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/explore?_t=1778665218767) โ€” Find wild creatures - chance to catch! (20โšก, 15-40โœจ)
- [โš”๏ธ Battle Wild (โšก Sparky)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/battle_wild?_t=1778665218767) โ€” 3-round battle โ†’ XP + catch chance! (15โšก, 20-60โœจ)
- [Train โšก Sparky Lv5](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/train_creature?index=1&_t=1778665218767) โ€” +30 XP, +10 HP (10โšก)
- [๐Ÿ”’ Hollow Earth](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/unlock_region?region=hollow&_t=1778665218767) โ€” 1/5 Terra | 50/500โœจ
- [๐Ÿ”’ Space Station](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/unlock_region?region=space&_t=1778665218767) โ€” 0/3 Hollow | 50/1000โœจ
- [๐Ÿ”’ Mars Colony](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/unlock_region?region=mars&_t=1778665218767) โ€” 1/15 total | 50/1200โœจ
- [๐Ÿ”’ Planet 9](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/unlock_region?region=planet9&_t=1778665218767) โ€” 1/25 total | need Lv30+ | 50/3000โœจ
- [โ›บ Rest (+50โšก + Full Heal)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/rest?_t=1778665218767) โ€” Restore energy and heal all creatures
- [๐Ÿงช Buy Potion (50โœจ)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/buy_item?id=potion&_t=1778665218767) โ€” Heals 30 HP to a creature
- [๐Ÿ’Š Buy Super Potion (100โœจ)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/buy_item?id=super_potion&_t=1778665218767) โ€” Heals 60 HP to a creature
- [โœจ Buy Revive (150โœจ)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/buy_item?id=revive&_t=1778665218767) โ€” Restores a fainted creature to 50% HP
- [๐Ÿ’Ž Buy Star Crystal (200โœจ)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/buy_item?id=star_crystal&_t=1778665218767) โ€” +50% catch rate for next catch attempt
- [๐ŸŒŸ Buy Evolution Stone (300โœจ)](https://endlessgame.ai/text/s/9cfb2734e2981242f69632faf7e98a33/do/buy_item?id=evo_stone&_t=1778665218767) โ€” Save 150 stardust on next evolution

---

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

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