Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Sep 19, 2024
1 parent 968cd7b commit fc7c03e
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

# Quick Dungeon Crawler on Demand!

Quickly and easily access a thrilling dungeon-crawling experience at any time. With a simple click of a button, players can enter a randomly generated dungeon filled with monsters and MOBA inspired inventory slots!
Quickly and easily access a thrilling dungeon-crawling experience at any time.
With a simple click of a button, players can enter a randomly generated dungeon filled with monsters and Diablo inspired equipment looting system!

## Links

- [Google Play](https://play.google.com/store/apps/details?id=com.thomaspeissl.quick_dungeon_crawler_od.twa)
- [Play in your Browser](https://dungeon.werkstattl.com/)
- [Github](https://github.com/werkstattl/quick-dungeon-crawler-rpg-od)
- [Google Play](https://play.google.com/store/apps/details?id=com.thomaspeissl.quick_dungeon_crawler_od.twa)
- [GitHub](https://github.com/werkstattl/quick-dungeon-crawler-rpg-od)

## Gameplay Mechanics

Expand All @@ -30,12 +31,39 @@ Quickly and easily access a thrilling dungeon-crawling experience at any time. W
- C.RATE (Crit Rate) - Chance to land a critical hit.
- C.DMG (Crit Damage) - Amount of bonus damage dealt upon landing a critical hit.

## Support

If you encounter any issues or have any questions or suggestions, please open an issue on GitHub.

- [GitHub](https://github.com/werkstattl/quick-dungeon-crawler-rpg-od/issues)

## Recent Changelog

- v2.2: Fixed JavaScript music errors
- v2.1: Stop bgm if the game is not visible
- v2.1: Show the value of an upgrade, thanks @Taklaminon
- v2.0: Internal change to capacitor to directly support Android
- v1.2: Optimized game assets and re-enabled bgm
- v1.2: Added name change feature
- v1.2: Pwa release
- v1.1.3: Disabled bgm because it's eating too much bandwidth
- v1.1.3: Capped equipment level to 100 maximum and tier to 10 maximum
- v1.1.3: Added equipment tiers
- v1.1.3: Nerfed vamp, atkSpd, critRate scaling and stat roll cap
- v1.1.3: Implemented player passive skills
- v1.1.3: Rebalanced player bonus stat growth, level up growth, and divine blessings

## How Quick Dungeon Crawler on Demand optimizes your gaming experience by downloading and caching sounds and images on demand

Quick Dungeon Crawler on Demand is a web app that you can play on your browser without installing anything. It can also work offline with the assets that were already downloaded. However, to save your data and storage, it does not download all the assets at once. Instead, it only downloads the assets when they appear for the first time, and then saves them on your device for later use. This makes the game faster and more efficient. However, there is a small downside to this approach. Sometimes, when a sound should be played or you see an enemy for the first time, there might be a slight delay before the sound plays or the image shows up. This is because the sound or image has to be downloaded first and gets then cached on your device. But don’t worry, this only happens once for each sound and image, and the next time you use it, it will play or show up instantly. I hope this helps you understand how Quick Dungeon Crawler on Demand works. Thank you for playing it! 😊
Quick Dungeon Crawler on Demand is a web app that you can play on your browser without installing anything. It can also work offline with the assets that were already downloaded. However, to save your data and storage, it does not download all the assets at once. Instead, it only downloads the assets when they appear for the first time, and then saves them on your device for later use. This makes the game faster and more efficient. However, there is a small downside to this approach. Sometimes, when a sound should be played or you see an enemy for the first time, there might be a slight delay before the sound plays or the image shows up. This is because the sound or image has to be downloaded first and gets then cached on your device. But don’t worry, this only happens once for each sound and image, and the next time you use it, it will play or show up instantly.
Please note that the Google Play version is not affected by this.
I hope this helps you understand how Quick Dungeon Crawler on Demand works.
Thank you for playing it! 😊

## Credits

This game started as a fork after the original creator stated that he would no longer continue development and was open to someone else taking it forward.

- [Red Pangilinan](https://github.com/redpangilinan) - Original Creator
- [Aekashics](https://aekashics.itch.io/) - Monster Sprites
- [Leohpaz](https://leohpaz.itch.io/) - RPG SFX
Expand Down

0 comments on commit fc7c03e

Please sign in to comment.