All Projects → mingli1 → Unlucky

mingli1 / Unlucky

Licence: mit
Java LibGDX Android 2D RPG Game

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Unlucky

Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (+47.75%)
Mutual labels:  game, libgdx
Destinationsol
Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Stars: ✭ 214 (+92.79%)
Mutual labels:  game, libgdx
Klooni1010
libGDX game based on the original 1010!
Stars: ✭ 163 (+46.85%)
Mutual labels:  game, libgdx
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (+25.23%)
Mutual labels:  game, libgdx
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+17395.5%)
Mutual labels:  game, libgdx
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (+115.32%)
Mutual labels:  game, libgdx
Unciv
Open-source Android/Desktop remake of Civ V
Stars: ✭ 2,744 (+2372.07%)
Mutual labels:  game, libgdx
Mario Game
🍄 Super Mario Bros 16-bit version clone. Written in Java and using the LibGdx game engine.
Stars: ✭ 95 (-14.41%)
Mutual labels:  game, libgdx
Riiablo
Diablo II remade using Java and LibGDX
Stars: ✭ 371 (+234.23%)
Mutual labels:  game, libgdx
Martianrun
An Open-Source Running Game with libGDX
Stars: ✭ 242 (+118.02%)
Mutual labels:  game, libgdx
Quilly S Adventure
A little adventure game written in Kotlin using LibGDX,LibKTX,Box2D and Ashley
Stars: ✭ 47 (-57.66%)
Mutual labels:  game, libgdx
Libgdx Ingameconsole
A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
Stars: ✭ 108 (-2.7%)
Mutual labels:  game, libgdx
Hermit
A man. A horse. A nature.
Stars: ✭ 105 (-5.41%)
Mutual labels:  game
Swarmz
A free, header-only C++ swarming (flocking) library for real-time applications
Stars: ✭ 108 (-2.7%)
Mutual labels:  game
Candybox
Candy Box (first version)
Stars: ✭ 106 (-4.5%)
Mutual labels:  game
Nvidia p106
NVIDIA P106 GPUs
Stars: ✭ 106 (-4.5%)
Mutual labels:  game
Bwapi
Brood War API
Stars: ✭ 1,482 (+1235.14%)
Mutual labels:  game
Egret
🐦Some of the egret tutorial -《白鹭引擎笔记》
Stars: ✭ 108 (-2.7%)
Mutual labels:  game
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-5.41%)
Mutual labels:  game
Astromenace
Hardcore 3D space scroll-shooter with spaceship upgrade possibilities.
Stars: ✭ 104 (-6.31%)
Mutual labels:  game

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].