
Unstables
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Unstables
Rogue like turn-based game.
Bunch of unstable folks got out of the psych ward and are trying to get to the outside world through the ward's canalization system. It won't be as easy as it might look.
Gameplay
* __D__/__RMouse__ - Hold D or right mouse click to walk further (that's it).
* __LClick__ - Does all the other, when it's your turn (denoted by yellow light) during combat select ability (icons on the right side of the character statistics bar) and then select your target (in case of attack - an enemy, in case of heal - teammate).
Goal
Get to the last room and defeat the boss.
Shop
Some rooms contain shops where you can pick 1 from 3 possible items (upgrades usually). Just click the one item you like the most (their description in shown on mouseover).
Randomness
Randomness plays big role in this game and runs are never the same, sometimes you get lucky sometimes you don't - just try again!
Running the game
The game is available as .jar file or source code. It was developed on Linux (KDE Neon) system, but should be platform independent.
Just make sure that the `res` folder is at the same level as is the `Unstables.jar` file.
The game does not run
It's mostl likely that you're missing the needed Java stuff - you just __need to have the latest Java SDK__ (download Java).Windows
Just double click the file and it should open if you have Java SDK installed.
Linux and Mac
If double click does not work for you then just type `java -jar Unstables.jar` in terminal in the folder where you downloaded the game.
(In case downloading jdk from link above was not helpful, look in your repos for `java-11-openjdk-11.0.12.0.7.4.fc34.x86_64` by using your packaging app like `sudo dnf install ...` or similar.)