Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/00-evan/shattered-pixel-dungeon
Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
https://github.com/00-evan/shattered-pixel-dungeon
android game game-development ios java libgdx
Last synced: 27 days ago
JSON representation
Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
- Host: GitHub
- URL: https://github.com/00-evan/shattered-pixel-dungeon
- Owner: 00-Evan
- License: gpl-3.0
- Created: 2014-07-31T21:56:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T17:33:42.000Z (about 2 months ago)
- Last Synced: 2024-09-25T23:20:12.182Z (about 1 month ago)
- Topics: android, game, game-development, ios, java, libgdx
- Language: Java
- Homepage: https://shatteredpixel.com/shatteredpd/
- Size: 152 MB
- Stars: 4,668
- Watchers: 105
- Forks: 1,087
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: docs/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shattered Pixel Dungeon
[Shattered Pixel Dungeon](https://shatteredpixel.com/shatteredpd/) is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the [source code of Pixel Dungeon](https://github.com/00-Evan/pixel-dungeon-gradle), by [Watabou](https://www.watabou.ru).
Shattered Pixel Dungeon currently compiles for Android, iOS, and Desktop platforms. You can find official releases of the game on:
[![Get it on Google Play](https://shatteredpixel.com/assets/images/badges/gplay.png)](https://play.google.com/store/apps/details?id=com.shatteredpixel.shatteredpixeldungeon)
[![Download on the App Store](https://shatteredpixel.com/assets/images/badges/appstore.png)](https://apps.apple.com/app/shattered-pixel-dungeon/id1563121109)
[![Steam](https://shatteredpixel.com/assets/images/badges/steam.png)](https://store.steampowered.com/app/1769170/Shattered_Pixel_Dungeon/)
[![GOG.com](https://shatteredpixel.com/assets/images/badges/gog.png)](https://www.gog.com/game/shattered_pixel_dungeon)
[![Itch.io](https://shatteredpixel.com/assets/images/badges/itch.png)](https://shattered-pixel.itch.io/shattered-pixel-dungeon)
[![Github Releases](https://shatteredpixel.com/assets/images/badges/github.png)](https://github.com/00-Evan/shattered-pixel-dungeon/releases)If you like this game, please consider [supporting me on Patreon](https://www.patreon.com/ShatteredPixel)!
There is an official blog for this project at [ShatteredPixel.com](https://www.shatteredpixel.com/blog/).
The game also has a translation project hosted on [Transifex](https://www.transifex.com/shattered-pixel/shattered-pixel-dungeon/).
Note that **this repository does not accept pull requests!** The code here is provided in hopes that others may find it useful for their own projects, not to allow community contribution. Issue reports of all kinds (bug reports, feature requests, etc.) are welcome.
If you'd like to work with the code, you can find the following guides in `/docs`:
- [Compiling for Android.](docs/getting-started-android.md)
- **[If you plan to distribute on Google Play please read the end of this guide.](docs/getting-started-android.md#distributing-your-apk)**
- [Compiling for desktop platforms.](docs/getting-started-desktop.md)
- [Compiling for iOS.](docs/getting-started-ios.md)
- [Recommended changes for making your own version.](docs/recommended-changes.md)