User Tools

Site Tools


rpd:development

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:development [2025/12/28 07:01] – Create development page to resolve redlink mikerpd:development [2025/12/28 07:04] (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 ====
 +  * [[rpd:modding_getting_started_guide|Modding Guide]]
 +  * [[rpd:documentation|Documentation]]
 +  * [[rpd:modding|Modding]]
 +
 +{{tag> rpd development documentation modding }}