From 5d727f40b8b24cfae41ea399c1f9fce890a72c6e Mon Sep 17 00:00:00 2001 From: konsthol Date: Sat, 27 Sep 2025 22:17:09 +0300 Subject: [PATCH] Forgot to reinclude README file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 95ba21e5d..653da7cb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Shattered Pixel Dungeon +This is a fork of Shattered Pixel Dungeon that can also compile for the web. Inspired by [this](https://github.com/gnojus/pixel-dungeon-gdx) web port for the original Pixel Dungeon. + +## Libraries Used +This project uses the following libraries: +- [TeaVM](https://teavm.org), licensed under the Apache License, Version 2.0. +- [gdx-teavm](https://github.com/xpenatan/gdx-teavm), licensed under the Apache License, Version 2.0. + [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://watabou.itch.io/). Shattered Pixel Dungeon currently compiles for Android, iOS, and Desktop platforms. You can find official releases of the game on: