File size: 616 Bytes
f9903e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: mit
tags:
  - piclets
  - game
---

# Piclets — shared monster dataset

Public database for the Piclets discovery game. Each real-world object maps to one
canonical monster, owned by its first discoverer.

Layout:
- `monsters/<key>.json` — one monster per normalized object name
- `images/<key>.webp` — the monster's art
- `users/<sub>.json` — a player's discoveries + summed rarity score
- `index/monsters.json` `index/feed.json` `index/leaderboard.json` `index/stats.json`
  — aggregate views the app reads directly

Written only by the Piclets Discovery Server. See that Space for details.