====== 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 }}