remixed-dungeon
Traditional roguelike game with pixel-art graphics and simple interface - Remixed Pixel Dungeon
Remixed Dungeon is a fork of Pixel Dungeon with extra modding
A classic roguelike with pixel graphics and a simple interface, available on Google Play and the Snap Store.
What the game is
Remixed Dungeon is a traditional roguelike built around pixel art graphics and a deliberately simple interface. The README describes it as a fork of the well known Pixel Dungeon, and it carries English, Russian, and many more localizations through a translation project hosted on Transifex. The genre conventions are the familiar ones: a dungeon crawler where progress depends on exploring, fighting, and managing resources, and where death is permanent. The remix angle is that the fork adds extensive modding features on top of the base game, so the codebase supports more than the original release did. The project keeps a public wiki at wiki.nyrds.net that documents mechanics and modding, and it maintains community channels on Discord, VK, Telegram, and YouTube. For players who want a low friction entry, the game is distributed through the Google Play store and the Snap Store, which puts it within reach of both Android and Linux desktop users without a manual build. The README's short description does not list every mechanic, but it presents the game as a maintained option for players who want the Pixel Dungeon style with added modding headroom and broad language support. It is a hobby scale project that nonetheless ships through official stores, which lowers the barrier for players who would not build from source.
How it is maintained
The repository shows the usual signals of an actively packaged open source game. A Bitrise badge tracks build status for the mobile builds, and a CodeFactor badge reports on code quality, which gives contributors a quick read on whether the current tree is healthy. The README links a DeepWiki badge for navigable documentation generated from the codebase, and it credits PVS-Studio, a static analyzer for C, C++, C#, and Java, as a SAST tool used on the project. A star history chart is embedded so visitors can see growth over time. These badges are not features of the game itself, but they describe how the maintainers keep the code buildable and reviewable. The combination of automated builds, static analysis, and a translation platform means that a new contributor can localize strings or fix a bug and see the result move through a real pipeline rather than relying on an informal process. The star history chart gives prospective contributors a sense of the project's reach, and the build and quality badges make it easy to see at a glance whether the current tree is healthy before opening a pull request. That visibility helps maintainers prioritize and helps newcomers decide where they can help without duplicating effort.
Modding and community
The README emphasizes modding as a defining trait of the remix. While it does not enumerate every mod in the short description, the fork's stated purpose is to extend Pixel Dungeon with more modding features, and the wiki is the place where those capabilities are documented for players and mod authors. The translation project on Transifex is what lets the game ship in many languages, and the listed localizations begin with English and Russian. Community venues are spread across Discord for chat, VK and Telegram for announcements and discussion, and YouTube for video content from the NYRDS channel. This distribution of channels is typical of a hobby game project that wants both real time help and asynchronous updates. For someone evaluating the project, the practical takeaway is that Remixed Dungeon is a maintained, multi language fork of a well understood roguelike, with the extra modding surface as its reason to exist alongside the original Pixel Dungeon and its other derivatives. Because the modding surface is the fork's reason for being, the wiki and the translation project together form the support structure that keeps those features usable for a non English speaking audience. The combination keeps the remix relevant to players outside the original English speaking Pixel Dungeon community.
Editorial conclusion
The game is released under the GPL-3.0 license and its most recent commit was on 2026-08-26.
Community notes