Skip to content

mingli1/Unlucky

Repository files navigation

Unlucky

Unlucky is a LibGDX Android RPG game 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

Releases for Desktop are found on the releases page. It is in a runnable .jar format so you must have JRE installed.

Note: running the 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.

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 project is licensed under the MIT License.

Screenshots