User Tools

Site Tools


en:rpd:development

Differences

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

Link to this comparison view

en:rpd:development [2026/01/01 19:45] – namespace move Mikeen:rpd:development [2026/01/01 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Development ======
  
 +Information about Remixed Dungeon development process.
 +
 +==== Overview ====
 +Development refers to the process of creating and maintaining Remixed Dungeon, a classic roguelike game with pixel graphics and simple interface, forked from the famous Pixel Dungeon game.
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon|Remixed Dungeon GitHub Repository]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java|Main Java Source Code]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/assets/scripts|Lua Scripts]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/assets|Game Assets]]
 +
 +==== Related ====
 +  * [[en:rpd:modding_getting_started_guide|Modding Guide]]
 +  * [[en:rpd:documentation|Documentation]]
 +  * [[en:rpd:modding|Modding]]
 +
 +{{tag> rpd development documentation modding }}