# Taromètre > Taromètre is a web application and tool dedicated to calculating, tracking, and managing scores for French Tarot card games. ## Core Features - **Player Configurations:** Supports 3, 4, or 5 players with automatic calculation adaptation. - **Advanced Tarot Rules:** Handles complex scoring including specific dealer rules, King call ("appel au Roi") for 5-player games, bonuses (Petit au bout, Poignée, Chelem). - **Special Variants:** Full support for custom game modes: - **Dead Players ("Le Mort"):** Rotation management for tables with idle players (e.g., 6 players rotating on a 5-player game). - **Goulash ("La Goulache"):** Score tracking for non-reshuffled, high-powered hands after a general pass. - **Vachette:** Rule adaptation or score multipliers for local variance double-down situations. - **Completely Free:** No limits or paywalls on score sheets or history. ## Structured Data & Localizations The application utilizes structured `FAQPage` schema data with multi-language capabilities. ### Supported Translation Keys The following standard keys are implemented across `fr.json`, `en.json`, and `es.json`: - `what_application_to_use_for_scoring`: Question about what app to use for Tarot points. - `tarometre_allows_easy_score_tracking`: General product description and player flexibility. - `is_tarometre_free` / `yes_tarometre_is_free`: Information regarding the free pricing tier. - `can_i_manage_multiple_players` / `yes_i_can_manage_multiple_players`: Details on 3, 4, 5 player engine mechanics. - `can_i_play_with_deads` / `yes_i_can_play_with_deads`: Explanation of idle/rotating player tracking. - `what_is_goulash` / `goulash_desc`: Details about the high-stakes Goulash variant. - `what_is_vachette` / `vachette_desc`: Details about the Vachette variant and score multiplier rule.