Difference between revisions of "Rhye's Quest"

From RogueBasin
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{gameinfo| name = Rhye's Quest
{{gameinfo| name = Lightbringer (Rhye's Quest)
|developer = [[Fernando Aires Castello]]
|developer = [[Fernando Aires Castello]]
|theme = Fantasy
|theme = Fantasy
Line 11: Line 11:
|interface = [[Graphical tiles]], [[Keyboard]]
|interface = [[Graphical tiles]], [[Keyboard]]
|length = Undetermined
|length = Undetermined
|site = http://rhyesquest.blogspot.com/p/about.html
|site = http://rhyesquest.blogspot.com/
}}
}}


Rhye's Quest is a fantasy-themed roguelike in development. The game world editor has already been created and the maps/dungeons are currently being designed (unlike traditional roguelikes, dungeons are not procedurally generated). No playable demo has been released yet since the game engine is still under development.
Lightbringer (Rhye's Quest) is the working title of a roguelike game project under development by [[Fernando Aires Castello]] that features simple graphics and designed (rather than randomly generated) maps/dungeons.


== Partial Source Code ==


== Technical details ==
The source code for one of the early game engines/editors have been released @ SourceForge.


https://sourceforge.net/projects/lightbringer2015


Essentially, Rhye's Quest is a structured program written in the C language, including some particular C++ features. It uses an external multimedia library called Allegro, which is used mostly in game development. The project is currently being developed by a single person (that is, by me and myself), compiled in Windows 7 with MinGW's G++ compiler through the Code::Blocks IDE. Development started roughly at December 31st, 2011 with the world editor, although some other development tools had been developed much earlier and the overall game concept is over 10 years old. The following image is a screenshot of the World Editor, a tool used to create the entire game world with its objects.
== Demo Video #1 ==


http://www.youtube.com/watch?v=SRBtXDBWOJc


http://2.bp.blogspot.com/-jxlxNakMvEE/Twy0CkuVvAI/AAAAAAAAAIc/Xqav4gey6mk/s1600/rqeditor.png
''Last updated: January 26th, 2015''
 
 
== Graphics ==
 
 
Rhye's Quest is a bit different from traditional roguelikes in that there are graphics, rather than simple ASCII characters. Nonetheless, the graphical objects look quite retro and primitive since they are all 8x8 tiles magnified to 16x16 so that they appear pixelized. The following screenshots have been taken from the world editor, a tool which was developed for the purpose of creating the entire game world and everything:
 
 
http://4.bp.blogspot.com/-F5gOQA2Qjm0/Twya4kYHpPI/AAAAAAAAAII/VoyA1ehFiYE/s1600/FLOWER+ISLAND+%2528000-000%2529.jpg
 
http://4.bp.blogspot.com/-k1RyQ2cASEY/TwybBOQFqVI/AAAAAAAAAIQ/RwY8Z5h1uUc/s1600/FLOWER+ISLAND+SHORE+%2528001-000%2529.jpg
 
http://2.bp.blogspot.com/-rhdb9Suy9Ac/Twyay4WsVtI/AAAAAAAAAIA/PS5AVbvfcRc/s1600/DESERT+ISLAND+SHORE+%2528002-000%2529.jpg
 
 
== Sound ==
 
 
Most roguelikes I've seen so far have no music at all. Rhye's Quest is different in this sense, since there are sound effects and simple MIDI music.
 
== Randomness ==
 
 
Another aspect of Rhye's Quest which makes it different from traditional roguelikes is its lack of randomly generated maps and dungeons. All game locations are predefined. There are some random features in the game though, such as those frequently found in RPGs like Final Fantasy.
 
== Game Style ==
 
 
The game revolves mostly around adventure, exploration and solving puzzles, rather than killing tons of enemies. During the game the player can acquire a number of different skills in order to reach previously unreachable locations, such as pushing heavy objects, swimming, diving, digging, and even singing, among several other abilites. Apart from wild beasts, monsters and even ghosts, many natural dangers can hinder the player's progress, such as treacherous rivers, whirlpools, tornadoes, thunderbolts, lava, quicksand, freezing lakes, ancient traps, bottomless pits and complex underwater mazes, among others. Gameplay is supposed to be much simpler than most roguelikes, with just enough keystrokes for walking around, fighting, taking and using items and navigating menus.
 
== Game Environment ==
 
 
The game world is quite large, as it contains 1024 distinct defined locations. Each location appears on its own screen, since the movement is "flick-screen", just like some of the oldest videogames. The game world includes everything that you would expect from your favourite Zelda or Final Fantasy game. Plains, forests, mountains, caverns, palaces, deserts, glaciers, volcanoes, rivers, secret places, seemingly unreachable corners, besides some unique landscapes.
 
== Currency ==
 
 
There is no "currency" in the game world. Instead, the player relies in the trade of rare and valuable items. If you've found a rare artifact which is of no pratical use to you, you can trade it with someone who may be interested in the item, for something more useful, such as a weapon. There are many such objects in the game world that can be traded, but some of them aren't easily found.
 
== Plot ==
 
 
It's a game, not a book, so the game plot can wait, I guess. In fact there is a plot, but it's so uninteresting that it's very likely to change overtime, so it's not worth talking about it right now.
 
== What else? ==
 
Check out [http://rhyesquest.blogspot.com/p/about.html Rhye's Quest official blog] for the latest news.
 
[[Category:Alpha projects]]

Latest revision as of 23:29, 28 May 2015

Lightbringer (Rhye's Quest)
Developer Fernando Aires Castello
Theme Fantasy
Influences The Legend Of Zelda, Final Fantasy, Tomb Raider
Status Alpha
Released Unreleased
Updated -
Licensing Closed Source, Freeware
P. Language C++
Platforms Windows
Interface Graphical tiles, Keyboard
Game Length Undetermined
Official site of Lightbringer (Rhye's Quest)


Lightbringer (Rhye's Quest) is the working title of a roguelike game project under development by Fernando Aires Castello that features simple graphics and designed (rather than randomly generated) maps/dungeons.

Partial Source Code

The source code for one of the early game engines/editors have been released @ SourceForge.

https://sourceforge.net/projects/lightbringer2015

Demo Video #1

http://www.youtube.com/watch?v=SRBtXDBWOJc

Last updated: January 26th, 2015