This is a traditional roguelike where you are being imprisoned at the bottom of a dungeon and need to escape. Note that you will need to go up stairs, which is the opposite of most roguelikes.
The Kingdom of Bador invaded Alumir in 1093. The defenses of Alumir were betrayed by an order of its knights and the king was slain.
You were a citizen loyal to the King of the Fallen Kingdom of Alumir and have been locked away. You must escape the dungeon to free your lands.
- Groovy 2.4.0
- SquidLib 1.95.1 ( https://github.com/SquidPony/SquidLib)
- Gradle for building
- Java8
- Intellij
https://drive.google.com/file/d/0B3U_dH2ElnmuLUlCaEl6STdrZjQ/view?usp=sharing
Download the above zip, extract it. Navigate to the directory and execute
java -jar dusk-1.0.jar
If it doesn't work, make sure you have Java 8 installed. If you don't, you can grab it from https://www.java.com/
To compile from source you will need a JDK and to install groovy and gradle. I recommend using https://gvmtool.net/ for that. Once you are set up, it will be something like:
git clone git:https://github.com/stewsters/dusk.git
cd dusk
gradle run
I tried to use Brogue as a model for my UI, so controls are similar.
Movement: numpad, vi keys, or arrow keys (if you don't like diagonal movement)
Melee: Bump into enemies
a: apply
d: drop
i: view inventory
g: Pick up
e: equip
r: remove
esc: back out of menus. If you are not in a menu, it will bring up one that lets you level up your character or exit to main.
. Corridors
# Walls
<> Staircases - please note you are trying to go up, so look for <
£ Tree
~ shallow Water, Lava
≈ Deep water, Lava
[ Armor
↑ Melee weapons (all of them)
! Potions, Quaffables
? Scrolls
% corpses
$ Gold Coins (Just for fun, no one sells anything)
Monsters are a-z A-Z
@ Player
a Armored Hulk
b
c craven - a small creature that will run away if injured
d
e dark elves
f
g goblin
h
i imprisoned Spirit
j
k knight - These are optional level bosses that tend to hang out near stairways
l
m Minotaur - if they see you are range they will try to charge you.
n
o orc - Fairly standard
p
q
r rat
s Statue
t Troll
u
v vampire
w wolf - They move faster than you
x
y
z
MIT
Feel free to make Lets Play videos and monetize them.
If you want to change the font, take a look at the assets/settings.props file
font{
name="Ariel"
size=14
}