User Tools

Site Tools


en:rpd:gameplay_mechanic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:rpd:gameplay_mechanic [2026/01/13 19:15] – Fix wiki pages based on documentation standards mikeen:rpd:gameplay_mechanic [2026/05/14 20:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gameplay Mechanic ======
  
 +Gameplay in Remixed Dungeon encompasses the core interactions and systems that players engage with during their dungeon adventure.
 +
 +==== Core Gameplay Loop ====
 +  * **Exploration**: Navigating dungeon levels, discovering secrets, and mapping areas
 +  * **Combat**: Engaging enemies using various weapons, spells, and tactics
 +  * **Resource Management**: Managing health, food, inventory space, and equipment
 +  * **Progression**: Advancing through dungeon levels, gaining experience, and upgrading equipment
 +
 +==== Essential Systems ====
 +  * [[en:rpd_combat_mechanic|Combat]] - How fighting works in the game
 +  * [[en:rpd_health_mechanic|Health]] - Hit points and healing system
 +  * [[en:rpd_hunger|Hunger]] - Food consumption and its effects
 +  * [[en:rpd_inventory|Inventory]] - Managing carried items and equipment
 +  * [[en:rpd_levels|Dungeon Levels]] - Structure and navigation of dungeon levels
 +
 +==== Items and Equipment ====
 +  * [[en:rpd_items|Items]] - All types of items in the game
 +  * [[en:rpd_weapons_mechanic|Weapons]] - Offensive equipment and combat tools
 +  * [[en:rpd_armor_mechanic|Armor]] - Defensive equipment and protection
 +  * [[en:rpd_potions|Potions]] - Consumable items with various effects
 +  * [[en:rpd_scrolls|Scrolls]] - Magical items with immediate effects
 +  * [[en:rpd_rings|Rings]] - Accessory items with ongoing effects
 +  * [[en:rpd_wands|Wands]] - Charged magical devices
 +
 +==== Character Progression ====
 +  * [[en:rpd_hero_class|Hero Classes]] - Different starting classes and their abilities
 +  * [[en:rpd_hero_subclasses|Hero Subclasses]] - Mastery paths for advanced abilities
 +  * [[en:rpd_experience_system|Experience]] - Gaining levels and stat improvements
 +  * [[en:rpd_upgrading|Equipment Upgrading]] - Enhancing weapons and armor
 +  * [[en:rpd_mastery|Mastery]] - Acquiring class-specific abilities
 +
 +==== Enemies and Challenges ====
 +  * [[en:rpd_mobs|Mobs]] - Enemies in the dungeon
 +  * [[en:rpd_bosses|Bosses]] - Major enemies with special mechanics
 +  * [[en:rpd_traps|Traps]] - Environmental hazards
 +  * [[en:rpd_status_effects|Status Effects]] - Various conditions affecting gameplay
 +  * [[en:rpd_challenges|Challenges]] - Special game modes and modifiers
 +
 +==== Advanced Gameplay ====
 +  * [[en:rpd_alchemy|Alchemy]] - Brewing potions and creating items
 +  * [[en:rpd_enchantments|Enchantments]] - Magical properties of weapons
 +  * [[en:rpd_glyphs|Glyphs]] - Magical properties of armor
 +  * [[en:rpd_pet_mechanic|Pets]] - Companions in the dungeon
 +  * [[en:rpd_shops|Shops]] - Commercial systems in the dungeon
 +
 +==== Tips for New Players ====
 +  * Identify items carefully: Use [[en:rpd_scroll_of_identify_item|Scrolls of Identify]] wisely
 +  * Manage food resources: Don't let hunger become a problem
 +  * Prioritize equipment upgrades: Focus on either weapons or armor first
 +  * Learn enemy patterns: Different enemies have different behaviors
 +  * Explore thoroughly: Secrets can provide significant advantages
 +
 +==== Code References ====
 +  * **Game flow**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Dungeon.java|Dungeon.java]] - Main game control flow
 +  * **Player actions**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]] - Hero actions and behaviors
 +
 +==== Related ====
 +  * [[en:rpd_start|Start]] - Main entry point to the wiki
 +  * [[en:rpd_faq|Frequently Asked Questions]]
 +  * [[en:rpd_gameplay_mechanic|Game Mechanics]] - Technical details about systems
 +  * [[en:rpd_strategies|Strategies]] - Advanced gameplay strategies
 +
 +{{tag> rpd gameplay mechanics reference}}