From 79248994eda1f4f90a13af39495b158013e0b08e Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 7 Sep 2016 02:07:47 -0400 Subject: [PATCH] v0.4.2: updated readme.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5f10736b..aae1b4b8f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,25 @@ Shattered Pixel Dungeon ======================= -Fork of Pixel Dungeon, a traditional roguelike game with pixel-art graphics and simple interface. +A Roguelike RPG, with randomly generated levels, items, enemies, and traps! +Based on the source code of Pixel Dungeon, by Watabou. + +Shattered Pixel Dungeon uses gradle and is most easily compiled/edited using Android Studio. Shattered Pixel Dungeon on Google Play: https://play.google.com/store/apps/details?id=com.shatteredpixel.shatteredpixeldungeon +On Amazon: +https://www.amazon.com/Shattered-Pixel-Dungeon/dp/B00OH2C21M + +On F-Droid (Which compiles directly from this source code): +https://f-droid.org/repository/browse/?fdid=com.shatteredpixel.shatteredpixeldungeon + Official web-site: http://www.shatteredpixel.com Developer's blog: http://shatteredpixel.tumblr.com/ -To build the game you will need my modified PD-classes library: -https://github.com/00-Evan/PD-classes +Source code of original Pixel Dungeon: +https://github.com/watabou/pixel-dungeon