> For the complete documentation index, see [llms.txt](https://fuxi-up-research.gitbook.io/open-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fuxi-up-research.gitbook.io/open-project/background_knowledge/ccg_basics.md).

# CCG元素

## 定义

Collectible Card Game，可收集卡牌的游戏，以收集卡牌为基础的，游戏者需要通过购买随机包装的补充包，收集卡牌，然后根据自己的策略，灵活使用不同的卡牌去构组符合规则的套牌，进行游戏

## 与Fuxi-UP合作的CCG游戏

### 隐世录

《隐世录》是由网易研发的“网易首款BUG手游，在《隐世录》里，隐世，表面上是创世神守护下的理想乡，实质上，却是一个受程序操控的虚拟电子世界。而 “BUG”，就是违背程序设定的东西，是错乱的游戏世界，是隐世居民觉醒的意识，还有可能是程序员敲错的代码。其中最大的BUG，正是“入侵”隐世的玩家!

官网：<https://ysl.163.com/>

游戏百科：[隐世录百度百科](https://baike.baidu.com/item/%E9%9A%90%E4%B8%96%E5%BD%95/23512415)

![隐世录](https://noterminus.gitee.io/image_bed/images/yinshilu.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fuxi-up-research.gitbook.io/open-project/background_knowledge/ccg_basics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
