Umbrarum Regnum
Umbrarum Regnum

Developer: Mingos
Genre: RogueLike
Modes: single player only
Platforms: Windows, Linux
Website: http://umbrarumregnum.110mb.com/

Description

Umbrarum Regnum, aka UR, is a roguelike project in an early phase of development. It's powered by Jice's libtcod, a library that provides a true colour console display along with a set of useful tools like keyboard input, image handling or Perlin noise generators.

Use of Procedural Content Generation Methods

UR makes heavy use of fractional Brownian motion, i.e. Perlin noise added into itself several times in different scales. Starting from the background noise in the main menu, the noise is more or less visible at nearly all moments. It is used mainly for procedural terrain generation. Forests and clearings placement is defined by fBm, caves are generated from it, even rivers that serpent through some local maps (the latter depend not only on noise, but also on pathfinding and some math tricks).

External Links

http://thedoryenlibrary.appspot.com - libtcod

page_revision: 5, last_edited: 1249496037|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License