|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <title>Rating - Game Foundry Studio</title> |
| 8 | + <meta name="description" content="Game Foundry Studio rating reference for games, content, playability and community quality."> |
| 9 | + <link rel="icon" href="../assets/images/favicon.svg" type="image/svg+xml"> |
| 10 | + <link rel="stylesheet" href="../assets/css/styles.css"> |
| 11 | +</head> |
| 12 | + |
| 13 | +<body> |
| 14 | + <div data-partial="header-nav"></div> |
| 15 | + <main> |
| 16 | + <section class="page-title"> |
| 17 | + <div class="container"> |
| 18 | + <div class="kicker">Account Reference</div> |
| 19 | + <h1>Rating quality checklist.</h1> |
| 20 | + <p class="lede">Static rating categories for game quality, content suitability, player experience, |
| 21 | + interaction patterns, and community safety review.</p> |
| 22 | + </div> |
| 23 | + </section> |
| 24 | + <section class="section"> |
| 25 | + <div class="container"> |
| 26 | + <div class="grid cols-3"> |
| 27 | + <article class="card"> |
| 28 | + <div class="card-body"> |
| 29 | + <h2>Game Rating</h2> |
| 30 | + <p>Core game quality, clarity of objectives, session flow, replay value, and overall game |
| 31 | + readiness.</p> |
| 32 | + <ul> |
| 33 | + <li>Objective clarity</li> |
| 34 | + <li>Progression quality</li> |
| 35 | + <li>Session pacing</li> |
| 36 | + <li>Replay value</li> |
| 37 | + </ul> |
| 38 | + </div> |
| 39 | + </article> |
| 40 | + <article class="card"> |
| 41 | + <div class="card-body"> |
| 42 | + <h2>Content Rating</h2> |
| 43 | + <p>Age suitability, themes, language, visual intensity, audio intensity, and marketplace |
| 44 | + expectations.</p> |
| 45 | + <ul> |
| 46 | + <li>Age range</li> |
| 47 | + <li>Theme intensity</li> |
| 48 | + <li>Language review</li> |
| 49 | + <li>Visual and audio sensitivity</li> |
| 50 | + </ul> |
| 51 | + </div> |
| 52 | + </article> |
| 53 | + <article class="card"> |
| 54 | + <div class="card-body"> |
| 55 | + <h2>Playability Rating</h2> |
| 56 | + <p>Controls, readability, difficulty curve, responsiveness, and ability to recover from |
| 57 | + mistakes.</p> |
| 58 | + <ul> |
| 59 | + <li>Control feel</li> |
| 60 | + <li>Difficulty balance</li> |
| 61 | + <li>Readable feedback</li> |
| 62 | + <li>Failure recovery</li> |
| 63 | + </ul> |
| 64 | + </div> |
| 65 | + </article> |
| 66 | + <article class="card"> |
| 67 | + <div class="card-body"> |
| 68 | + <h2>Interaction Rating</h2> |
| 69 | + <p>Input mapping, menu flow, player prompts, tutorial clarity, and multiplayer or shared |
| 70 | + interaction expectations.</p> |
| 71 | + <ul> |
| 72 | + <li>Input mapping</li> |
| 73 | + <li>Prompt clarity</li> |
| 74 | + <li>Menu flow</li> |
| 75 | + <li>Shared interaction quality</li> |
| 76 | + </ul> |
| 77 | + </div> |
| 78 | + </article> |
| 79 | + <article class="card"> |
| 80 | + <div class="card-body"> |
| 81 | + <h2>Safety / Community Rating</h2> |
| 82 | + <p>Community-facing quality, moderation expectations, identity safety, reporting needs, and |
| 83 | + player protection notes.</p> |
| 84 | + <ul> |
| 85 | + <li>Community safety</li> |
| 86 | + <li>Moderation needs</li> |
| 87 | + <li>Reporting paths</li> |
| 88 | + <li>Player protection</li> |
| 89 | + </ul> |
| 90 | + </div> |
| 91 | + </article> |
| 92 | + <article class="card"> |
| 93 | + <div class="card-body"> |
| 94 | + <h2>Overall Rating Summary</h2> |
| 95 | + <p>Combined score notes, release confidence, recommended fixes, and the final publish-ready |
| 96 | + rating decision.</p> |
| 97 | + <ul> |
| 98 | + <li>Combined score</li> |
| 99 | + <li>Release confidence</li> |
| 100 | + <li>Recommended fixes</li> |
| 101 | + <li>Final rating decision</li> |
| 102 | + </ul> |
| 103 | + </div> |
| 104 | + </article> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </section> |
| 108 | + </main> |
| 109 | + <div data-partial="footer"></div> |
| 110 | + <script src="../assets/js/gamefoundry-partials.js" defer></script> |
| 111 | +</body> |
| 112 | + |
| 113 | +</html> |
0 commit comments