Rule Type Description Examples
World Rules Define how the game world operates, mimicking real-world physics or unique behaviors. - Gravity (objects fall when unsupported).
- Collision detection (e.g., can’t pass through walls).
- Movement constraints (e.g., speed limits).
- Environmental hazards (e.g., lava deals damage).
- Day-night cycles, weather changes.
Game Logic Rules Govern objectives, player actions, and gameplay structure. - Winning conditions (e.g., checkmate in chess).
- Losing conditions (e.g., running out of health).
- Resource management (e.g., collect coins).
- Turn-based mechanics (e.g., chess alternates turns).
- Puzzle-solving logic (e.g., match three items).
Interaction Rules Dictate how entities (players, NPCs, objects) interact within the game. - Player actions (e.g., jump, attack).
- NPC behaviors (e.g., enemies pursue when detected).
- Inventory limits (e.g., max items).
- Interaction triggers (e.g., open doors).
- Dialogue choices affecting NPC responses.
Progression Rules Regulate how players advance through the game. - Level completion requirements (e.g., defeat all enemies).
- Skill upgrades/unlocks.
- Checkpoints and save points.
- Boss fights as area gatekeepers.
- Story progression tied to events.
Scoring & Feedback Rules Govern rewards or penalties based on performance. - Points systems (e.g., +100 for a coin).
- Time limits for bonuses.
- Combo mechanics (e.g., streak bonuses).
- Health systems (e.g., lose health when damaged).
- Penalties for failure (e.g., restart level).
Social Rules Define multiplayer or social interactions. - Turn order in multiplayer games.
- Team roles (e.g., healer, tank).
- Chat restrictions (e.g., cooldowns).
- PvP mechanics (e.g., rankings).
- Team/individual victory conditions.
Narrative/Story Rules Relate to how the story unfolds in the game. - Choices affect outcomes (e.g., dialogue options in RPGs).
- Story gates (e.g., complete quests to unlock chapters).
- Hidden lore through exploration.
- Character relationships influencing events.
Aesthetic Rules Affect visual and auditory presentation, ensuring immersion. - Camera constraints (e.g., first-person view).
- Sound effects tied to actions.
- Lighting rules (e.g., darken unseen areas).
- Animation cycles (e.g., attack animations).
Meta-Rules Exist outside the game world, related to real-world interactions or systems. - Save/load progress rules.
- Achievement systems (e.g., trophies).
- DLC/microtransaction constraints.
- Difficulty settings (e.g., easy, hard).
- Tutorials for mechanics.

This table organizes the rule types with concise descriptions and examples for clarity and quick reference.

Example Classification Table for Specific Games:

Game World Rules Game Logic Rules Interaction Rules Progression Rules Scoring Rules
Chess Pieces move on a grid. Checkmate opponent’s king. Move one piece per turn. Advance by capturing pieces. No points; win by checkmate.
Super Mario Gravity pulls Mario downward. Reach the flagpole to complete levels. Jump to interact with platforms/enemies. Levels unlock sequentially. Collect coins for score.
Monopoly Dice determine movement. Acquire properties to earn rent. Trade with other players. Progress by bankrupting others. Money determines success.
Minecraft Gravity affects certain blocks. Survive and build in the game world. Gather resources and craft tools. No fixed progression; explore freely. Personal goals define success.