update intro-to-rogue.gmi

This commit is contained in:
Lee 2023-07-31 01:58:12 -04:00
parent b61dc1e880
commit 205481beff
1 changed files with 6 additions and 6 deletions

View File

@ -32,19 +32,19 @@ From the normal game screen press the question mark key '?' to get to the help p
'%' is the staircase. Move onto it and type '>' to go down a level. I usually try to clear most of a level before descending.
'?' is a scroll, a type of magic item you can use. To use a scroll's magic, press 'r' to read, and then the letter for the scroll you want to use. If you don't know what scrolls you have, press '*' to list them all, then type the letter for one of them and see what happens.
'?' is a scroll, a type of magic item you can use. To use a scroll's magic, press 'r' to read, and then the letter for the scroll you want to use. If you don't know what scrolls you have, press '*' to list them all, then type the letter for one of them and see what happens. It could be a map of the current dungeon level, a teleportation scroll, or many other things could happen. Scroll names have absurd titles, and you'll only know what a scroll does by trying it out to see its effect.
'!' is a potion. Like scrolls, you can cast them. To use a potion press 'q' to quaff it. To 'quaff' means to drink with gusto.
'!' is a potion. Like scrolls, you can cast them. To use a potion press 'q' to quaff it. To 'quaff' means to drink with gusto. A potion could poison you, bring you health, temporary strength, or cause you to dissolve through the floor and crash at a lower depth, among many other things that could happen. Like scrolls, their names are randomly chosen each time the dungeon is generated, and you'll have to figure out their effects through trying them out.
`/` is a staff, occasionally present in the lower depths of the dungeon. You can 'zap' them.
`]` is armor. `W` to wear armor. It will prompt you to select one to wear, if you have any. The number next to the armor indicates its protection, and whether it is affected by magic.
`]` is armor. `W` to wear armor. It will prompt you to select one to wear, if you have any. The number next to the armor indicates its protection, and whether it's been affected by a curse, charm or magic, for example.
`=` is a ring. Press 'P' to 'put on' a ring. It will ask you to specify a hang. These have magic properties that affect your health, weapon, visibility, etc.
`=` is a ring. Press 'P' to 'put on' a ring. It will ask you to specify a hand. These have magic properties that affect your health, weapon, visibility, etc.
### Weapons and armor
You start with a basic sword in your hand, and a short bow in your inventory. You can pick up other weapons. Careful, some are cursed. To wield a new weapon, press 'w'. You can list your weapons and select another. Cursed weapons cannot be removed.
You start with a basic sword in your hand, and a short bow in your inventory. You can pick up other weapons. Careful, some are cursed. To wield a new weapon, press 'w'. You can list your weapons and select another. Cursed weapons cannot be removed unless you heal them with a scroll for example.
To fire an arrow, press 't' for throw. It will ask you to choose a direction and an item. This is especially useful against more dangerous monsters.
@ -54,7 +54,7 @@ Play through the game a few times, seeing if you can get a bit better. What stra
There are a variety of strategy guides on the internet that would make a good next step for getting better at the game.
Enjoy.
I hope you enjoy the game, and if it's your first roguelike, that it inspires you to try more within this genre. Beware the curse of oldschool roguelikes. It is only a matter of time before you try your own hand at coding your own, sprawling into a giant project that takes over many nights or weekends!
### Links