Difference between revisions of "RogueRunner"

From RogueBasin
Jump to navigation Jump to search
(Redirected page to Exalt)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{game-talkie|name = RogueRunner
#REDIRECT [[Exalt]]
|developer = [[Jake Keel]]
|theme = Fantasy
|influences = [[Angband]], [[Dungeon Crawl]], Diablo II, Dungeon Siege II
|licensing = [[GPL]]
|language = [[C]]
|platforms = [[Windows]]
|interface = [[ASCII]],Keyboard
|length = Varied
|site = http://roguerunner.sourceforge.net
}}
 
'''RogueRunner''' is a roguelike game currently under development by [[Jake Keel]]. The game is being built in C++ using Win32 to draw ASCII tiles. The game is pre-alpha but in active development as of Oct, 2009, with an alpha release coming in the next few months.
 
 
==Overview==
===Roguelike Roots===
RogueRunner's gameplay is based heavily on that of most major roguelike games. It is an RPG where players create a character to start the game and travel through a randomly ( this is flexible ) generated world improving their character through gained experience and item management. It will also use features commonly found in roguelikes such as [[permadeath]], hunger and starvation, ASCII presentation with keyboard input, item identification and management, and more.
 
===Defining features===
RogueRunner is actually an engine that takes as input '''world modules'''. Worlds can be created from scratch using the editors that come with the game and shared with the community. Areas in the world can be hand designed or random, can contain any number of levels, and can connect with other areas in various ways. All of this lends itself to a very flexible system in which hand designed flavor can be added to a random world.
 
The areas of these worlds will be persistent. Any given world will maintain the same layout as long as the user desires. This will allow for different characters to enter the same realms, meet the ghosts of past characters a la [[NetHack]], and even enter world instances from other users ( not sure why you'd want to, but you could ).
 
RogueRunner will include [[race]] choice, but not a strict [[Class|class]]. Instead, the character will develop class abilities as the player ''does'' what they choose, as in Dungeon Siege II.

Latest revision as of 19:56, 21 July 2010

Redirect to: