Pictuary / README.md
Fraser's picture
Initialize Piclets dataset
f9903e7 verified
|
Raw
History Blame Contribute Delete
616 Bytes
---
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.