Go to file
Evan Debenham 148fc96d91 v0.8.1: Fixed the following minor bugs:
- preparation incorrect killing enemies at health threshold, instead of below it
- preparation incorrectly ignoring boss phases and death resistance effects
- talisman of foresight vision marking effects incorrectly persisting between depths
- packs filling past capacity in some cases
- fireblast incorrectly setting adjacent cells on fire when not flammable
- typos in the description of shields
- game incorrectly closing when back button is pressed in new hero select
- memory leaks on Android phones when the game is closed/opened
- cursed wand gas zaps not using new SFX
2020-06-22 21:22:46 -04:00
android v0.8.1: reverted to build tools v3.6 (4.0 causes errors) 2020-06-18 17:00:23 -04:00
core v0.8.1: Fixed the following minor bugs: 2020-06-22 21:22:46 -04:00
desktop v0.8.1: updated gradle build tools and gradle version 2020-06-18 16:57:57 -04:00
docs v0.8.1: added text regarding pull requests and funding (for github) 2020-06-18 17:00:12 -04:00
gradle/wrapper v0.8.1: updated gradle build tools and gradle version 2020-06-18 16:57:57 -04:00
services v0.8.0: added an update notification service 2019-11-22 15:38:21 -05:00
SPD-classes v0.8.1: stepped back nerf to greataxe (50->40->45 base max dmg) 2020-06-22 21:22:46 -04:00
.gitignore v0.6.1: updated gitignore 2017-08-19 00:16:21 -04:00
build.gradle v0.8.1: reverted to build tools v3.6 (4.0 causes errors) 2020-06-18 17:00:23 -04:00
gradlew v0.8.1: fixed gradlew not being in executable mode within git 2020-06-18 16:57:02 -04:00
gradlew.bat Converted ShatteredPD to Build from Gradle 2016-08-13 04:35:26 -04:00
LICENSE.txt actual source files added 2014-07-27 17:39:07 +04:00
README.md v0.8.1: added text regarding pull requests and funding (for github) 2020-06-18 17:00:12 -04:00
settings.gradle v0.8.0: added an update notification service 2019-11-22 15:38:21 -05:00

Shattered Pixel Dungeon

A Roguelike RPG, with randomly generated levels, items, enemies, and traps! Based on the source code of Pixel Dungeon, by Watabou.

Shattered Pixel Dungeon currently compiles for Android and desktop platforms. It is available from GitHub, Google Play, Amazon, and F-Droid.

If you like this game, please consider supporting me on Patreon!

There is an official blog for this project at ShatteredPixel.com.

The game also has a translation project hosted on Transifex.

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: