Pictuary
收藏资源简介:
Piclets共享怪物数据集是一个为Piclets发现游戏设计的公共数据库。其核心机制是将现实世界中的每个对象映射到一个唯一的、规范的怪物实体,并且该怪物的所有权归属于其首位发现者。数据集采用模块化文件结构进行组织:包含以JSON格式存储的单个怪物数据文件(`monsters/<key>.json`),以WebP格式存储的怪物艺术图像文件(`images/<key>.webp`),以及记录玩家个人发现记录和累计稀有度分数的用户数据文件(`users/<sub>.json`)。此外,数据集还提供了供应用程序直接读取的聚合视图索引文件,包括怪物列表、动态信息流、排行榜和统计数据(位于`index/`目录下)。整个数据集由Piclets Discovery Server专门负责生成和维护,适用于基于位置或对象的发现类游戏、增强现实(AR)应用以及游戏资产管理和玩家进度追踪等相关任务。
The Piclets Shared Monster Dataset is a public database designed for the Piclets Discovery game. Its core mechanism maps every real-world object to a unique, standardized monster entity, with the ownership of each monster attributed to its first discoverer. The dataset is organized with a modular file structure: it includes individual monster data files stored in JSON format (`monsters/<key>.json`), monster artwork image files stored in WebP format (`images/<key>.webp`), and user data files (`users/<sub>.json`) that record players' personal discovery records and cumulative rarity scores. Additionally, the dataset provides aggregated view index files for direct reading by applications, including monster lists, dynamic feeds, leaderboards, and statistical data, which are stored under the `index/` directory. The entire dataset is exclusively developed and maintained by the Piclets Discovery Server, and is suitable for tasks such as location-based or object-based discovery games, augmented reality (AR) applications, game asset management, and player progress tracking.
数据集概述:Piclets — shared monster dataset
- 许可证:MIT 许可。
- 标签:piclets、game。
- 数据集用途:为“Piclets”发现游戏提供公共数据库。每个真实世界对象对应一个规范化的怪物,由首位发现者拥有。
数据结构与内容
数据集包含以下主要目录和文件:
monsters/<key>.json:每个规范化的对象名称对应一个怪物。images/<key>.webp:对应怪物的艺术作品(图像)。users/<sub>.json:记录玩家的发现列表及累积的稀有度评分。index/目录:包含多个聚合索引文件,供应用直接读取:index/monsters.jsonindex/feed.jsonindex/leaderboard.jsonindex/stats.json
数据来源与更新
- 数据集仅由“Piclets Discovery Server”写入,且详情页提示可查看对应的 Space 获取更多细节。





