| Mark Damon Hughes | Umbra | |||
|
UmbraUmbra is an open-source computer role-playing game written in Python. The world is randomly-generated for new play every time, but there is an eventual goal and storyline. It was heavily influenced by roguelike games, Alternate Reality, console RPGs, and the works of H.P. Lovecraft and Clark Ashton Smith.
You can also read my Design Notes, which lay out what the game is, why it is this way, and what's coming for it.
The open-source license and README.html make good light reading, too.
Umbra is © Copyright 2001 by Mark Damon Hughes <mark@markdamonhughes.com>
All Rights Reserved
Umbra is set after a Lovecraftian apocalypse - the ancient god Mogth has risen from ages of deathlike slumber, conquered the world, thrown down civilization, and now man huddles in primitive communities, scattered and dying out. You play a band of heroes who will attempt to free humanity!
You can use the following options on the command line:
umbra.sh/bat/cmd <OPTIONS>
Or for a text-only version:
python -O UmbraText.pyo <OPTIONS>
A typical text-mode map looks like this:
West:
_S9 A_S _S9 B_S8
_S9 _S9 _S9 #S6
..2 #S C_S9 D_S8 E_S8 #S8
..2 ..8 ==7 ..7 ..7
..7 ==6 ..6 ..6
#S6 #S6 F_S6 G_S5 H_S5 #S5 #S5
==4 ==4 ==4
@==3
@=Jack; Killer; Sneak; Techie; Arcanist|G=a door
A=a lamp; Boss Uxaru Fnuw |H=a door
B=a window |#S=Stone Wall
C=a window |..=Grass
D=a door |===Road
E=a window |_S=Stone Floor
F=a door |
Each grid shows a 'map key' (@, A..H on this example), which is defined below the map; then a two-character terrain type, also defined below the map; then the light level, 1..9 indicating 10-90%, ' ' indicating fully-lit. Any empty grid is not visible, either because it is blocked by a wall, or because it is too dark to see.
It's not pretty, but it's usable if you don't have a machine fast enough to run the Tk version.
Last modified: 2002Sep17
version 0.11
| iPad Games & Utilities: [Notecraft] iPhone Games & Utilities: [Perilar] [Castles] [DungeonDice] [UnixTime] Computer Games: [Aiee] [GameScroll] [Hephaestus] [JPerilar] [Umbra] Utilities: [JICB] [RandPod] [ThoughtPad] |
| Copyright © 2007 by Mark Damon Hughes | email | Follow me on App.net |