Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
/ unlucky-ae Public archive

A fork of Unlucky, which a turn-based 2D RPG Game powered by Java & libGDX. Just for bug fixes.

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
Unlucky-LICENSE
Notifications You must be signed in to change notification settings

anyicomplex/unlucky-ae

Repository files navigation

Unlucky AE

Java CI with Gradle Android CI

Unlucky AE now supports GraalVM native-image!

Unlucky AE is a fork of Unlucky, just for bug fixes.
This project's name meant Unlucky (Anyi's Edition).

Unlucky is a 2D RPG Game powered by Java & libGDX. Based on RNG (Random Number Generator) with a turn-based battle system. RNG is usually frowned upon in games, but this game's entire theme is RNG. Everything from attacks in battle to item enchanting to movement is based on RNG.

About

The player ventures and battles monsters in maps with various themes. Currently there are three available worlds all with 10+ levels in each world. In these maps, the player will have to defeat monsters and find a star tile to complete the level. Monsters may drop items that can improve the player's strength. These items may be sold in the shop for gold or enchanted to increase their power. There are currently 100+ items dropped by monsters and sold in the shop.

The battle system is based on turn-based mechanics. The player is given four randomly generated moves with each color corresponding to a different type of move. The player also has access to special moves that they can choose in the menu. Special moves give bonus effects to the player's attacks or affects the enemy. The player also has an option to run from the battle at a very low chance of success.

Downloads

This fork's releases can be found on GitHub Releases.
You can also play this fork online at GitHub Page.

Official releases for Desktop are found on this. It is in a runnable .jar format so you must have JRE installed. Note: running the official game on desktop will create a save.json file in the same directory as the game. The game must be run in the same directory as the save.json to work and load your progress.

Official game also available for free on the Google Play Store.

The assets for this game are also available for download:

  • Textures (contains a file textures.png that has all the textures in the game mapped into an atlas textures.atlas).
  • Skins (contains LibGDX Skins of the game).
  • Music (all music in the game in .ogg format).
  • Sound Effects (all sfx in the game mostly in .ogg format).

Credits

License

This fork is licensed under the GPL-3.0 License.

Official project is licensed under the MIT License.

Screenshots

About

A fork of Unlucky, which a turn-based 2D RPG Game powered by Java & libGDX. Just for bug fixes.

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
Unlucky-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages