← all games

Coloretto

#5782BGG ↗

2003 · 2-5 players · 30min · weight 1.27 · 22,737 ratings

v2 v3

BGG raw

ID
5782
Name
Coloretto
Year
2003
Rank
505
Min players
2
Max players
5
Playing time
30
Min playtime
30
Max playtime
30
Avg weight
1.2703
Num weights
1539
Bayes avg
6.82014
Average
6.98095
Users rated
22737
Num owned
31380
Wanting
318
Wishing
2240
Num comments
5292
Fetched at
Sat Apr 25 2026 16:16:00 GMT+0000 (Coordinated Universal Time)
Mechanisms (4)
Open DraftingPush Your LuckSet CollectionTurn Order: Pass Order
Categories (2)
AnimalsCard Game
Description (1324 chars)

Game play in Coloretto is simple: Either draw a card to play to a row, or take a row of cards to add them to your collection. A row can have at most three cards, so at some point everyone is forced to take a row. Once all the rows have been claimed, players start a new round, drawing or taking once again. What are you trying to do with these cards? Collect huge sets - but only in three colors as every color beyond the third will cost you points. Jokers are highly-prized as they always match what you want, and +2 cards provide sure points, giving you a back-up plan if everything goes south in terms of the colors you're collecting. Once only a few cards remain in the deck, the round ends and everyone tallies their score, choosing three colors of cards to score positively while any other colors count against you. Each color is scored using a triangular number system: the first card in a color is ±1 point, the second card is ±2 points, and so on. The player with the high score wins! A two-player variant is included with some versions of Coloretto, with the only change being that rows can have only 1-3 cards placed in them, depending on the icons on the row cards. Nordic version include extensions: 'Coloretto: The Extra Cards', 'Coloretto: The Limit Cards' and 'Coloretto for two players'.

LLM v2 (wide)

Core verb
draw card or take row
Decision shape
combinatorial
Reward schedule
delayed
Aesthetics
["Challenge"]
Core loop pitch
On your turn either flip a card onto a row or claim a row; collect three colors, every extra color punishes.
Translation difficulty
Easy
Difficulty reason
Tiny rule footprint, public information, triangular scoring computes instantly; BGA already hosts it. Perfect async filler.
Direct digital port
Coloretto (browser, Board Game Arena)
Port kind
bga
Closest loop translation
none yet
Primitive tags
["take_or_grow_dilemma", "triangular_set_scoring", "penalty_for_breadth", "forced_pickup_when_full", "public_information_drafting"]
Confidence
0.8
Extracted at
Mon Apr 27 2026 11:40:03 GMT+0000 (Coordinated Universal Time)
Raw v2 JSON (873 chars)
{
  "game_id": 5782,
  "name": "Coloretto",
  "core_verb": "draw card or take row",
  "decision_shape": "combinatorial",
  "reward_schedule": "delayed",
  "aesthetics": [
    "Challenge"
  ],
  "core_loop_pitch": "On your turn either flip a card onto a row or claim a row; collect three colors, every extra color punishes.",
  "mobile_translation_difficulty": "Easy",
  "translation_difficulty_reason": "Tiny rule footprint, public information, triangular scoring computes instantly; BGA already hosts it. Perfect async filler.",
  "direct_digital_port": "Coloretto (browser, Board Game Arena)",
  "direct_digital_port_kind": "bga",
  "closest_loop_translation": "none yet",
  "primitive_tags": [
    "take_or_grow_dilemma",
    "triangular_set_scoring",
    "penalty_for_breadth",
    "forced_pickup_when_full",
    "public_information_drafting"
  ],
  "confidence": 0.8
}

LLM v3 (deep)

Not yet enriched at v3 (deep pass).