Legerdemain
From Wikia Gaming
You have lived in an underground prison cell for as long as you remember. One day, you awake, smell blood, and notice that the door to your cell is unlocked. Thus begins your adventure through the mysterious world of "Phenomedom". The game is Legerdemain by Nathan D. Jerpe; it is a roguelike for computers with Java.
The game is gratis, just go to http://roguelikefiction.com and play. The source code is not available, thus one must play the game to learn the plot and secrets.
The dungeon
Because Legerdemain is in Java, it draws itself using an "AWT" window. Java has a powerful two-dimensional graphics engine, supporting both vector graphics and bitmaps, but Legerdemain chooses to draw only text, thus following the path of older roguelike games. (In contrast, CastlevaniaRL uses the Java curses library to draw to a text-only Unix terminal or Windows console; thus CastlevaniaRL does not have access to Java's graphics and must be a text-only game.)
Legerdemain does use a large character set. Whereas other roguelike games use the letters a to z and A to Z to represent monsters, Legerdemain often uses accented characters. This is in addition to using colors. For example, an aquatoad is a blue 'ä' character.
The hero
As in other roguelike games, the player must create a character. The game lasts as long as the character can stay alive. Death is permanent and forces the player to start a new game, unless the player can find some way to "preserve" the game.
The hero can follow one of five schools: Logos, Chronos, Bios, Chaos, Necros. When creating a character, the player cannot choose the school directly; the player must answer multiple-choice questions so that the game can choose the school of the hero. The school affects the initial stats of the character.
Controls
Legerdemain defaults to using the numpad for to move the hero; "num lock" should be off. However, a configuration option (reachable from the main menu) allows the user to disable the "standard keyset" and play with the [yuhjklbn] keys like in Rogue. The yuhjklbn keys are more useful for players who prefer that style or who lack a suitable numpad.
Screenshots
Game data
Java
- version 0.9.6
- The information in this game data section is incomplete. If you do not see any obvious omissions, there might be information missing on ports to other platforms. You can help us by adding more information.
Further information
External Links
- http://roguelikefiction.com/ official site
- In real life, the word "legerdemain" refers to techniques that magicians employ to manipulate objects in secret; see Wikipedia:Sleight of hand.

