User Tools

Site Tools


rpd:remixed_dungeon

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:remixed_dungeon [2025/12/22 07:55] – wiki: implement moisten_mechanic page with proper naming convention and code references mikerpd:remixed_dungeon [2025/12/22 07:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Remixed Dungeon ======
  
 +**Remixed Dungeon** is a classic roguelike game with pixel graphics and a simple interface. It is a fork of the famous Pixel Dungeon game, featuring English, Russian, and many more localizations. The game is available on multiple platforms including Android (Google Play, ruStore), desktop (Windows, macOS, Linux), and web browsers.
 +
 +==== Features ====
 +  * Classic roguelike gameplay with pixel graphics
 +  * Multiple playable hero classes and subclasses
 +  * Randomly generated levels with different themes
 +  * Challenging enemies and bosses
 +  * Diverse items, weapons, and armor
 +  * Spells and magical effects
 +  * Modding support via Lua scripts and JSON configs
 +
 +==== Hero Classes ====
 +  * [[rpd:warrior_class|Warrior]]
 +  * [[rpd:mage_class|Mage]]
 +  * [[rpd:rogue_class|Rogue]]
 +  * [[rpd:huntress_class|Huntress]]
 +  * [[rpd:elf_class|Elf]]
 +  * [[rpd:necromancer_class|Necromancer]]
 +  * [[rpd:gnoll_class|Gnoll]]
 +  * [[rpd:priest_class|Priest]]
 +  * [[rpd:doctor_class|Doctor]]
 +
 +==== Platforms ====
 +  * Android (Google Play, ruStore, F-Droid)
 +  * Desktop (Windows, macOS, Linux)
 +  * Web (Planned)
 +
 +==== Code Reference ====
 +  * Main Repository: [[https://github.com/NYRDS/remixed-dungeon|Remixed Dungeon on GitHub]]
 +  * Core Game Logic: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon|Remixed Dungeon Game Code]]
 +
 +{{tag> rpd game main}}