Difference between revisions of "Doryen"
Jump to navigation
Jump to search
m (fixed language) |
m |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{game-talkie| name = The Chronicles Of Doryen | {{game-talkie| name = The Chronicles Of Doryen | ||
|developer = [[ | |developer = [[Jice]] | ||
| | |language = [[Cpp|C++]] | ||
| | |||
|platforms = [[Windows]], [[Linux]] | |platforms = [[Windows]], [[Linux]] | ||
|theme = [[D&Dish stock fantasy]] | |theme = [[Dungeons and Dragons | D&Dish stock fantasy]] | ||
|influences = [[Guild Wars]], [[Oblivion]] | |influences = [[Guild Wars]], [[Oblivion]], [[Fable]], [[The Witcher]] | ||
|site = http:// | |site = http://roguecentral.org/doryen/ | ||
|licensing = [[freeware]] | |licensing = [[freeware]] | ||
|interface = [[ASCII]] | |interface = [[ASCII]] | ||
Line 21: | Line 20: | ||
* real time | * real time | ||
The base classes of TCOD are | The base classes of TCOD are available under the [[BSD license]] in the [[Doryen library]]. | ||
The Doryen | The [[Doryen arena]], [[pyromancer]] and [[The cave]] are sub-projects that experiment gameplay mechanisms for [[Tcod]]. |
Latest revision as of 19:15, 30 October 2014
The Chronicles Of Doryen | |
---|---|
Talkie-Talkie Project | |
Developer | Jice |
Theme | D&Dish stock fantasy |
Influences | Guild Wars, Oblivion, Fable, The Witcher |
Licensing | freeware |
P. Language | C++ |
Platforms | Windows, Linux |
Interface | ASCII |
Game Length | several hours |
Official site of The Chronicles Of Doryen |
The Chronicles Of Doryen (or TCOD) is a roguelike in development since 2006. The main objectives of TCOD are :
- to push the visual limits of ASCII RPG.
- to create a ASCII hack'n slash RPG accessible to casual players who are not used to the complex interfaces generally used in the roguelikes.
Some of the fancy features :
- true color ASCII mode
- real time
The base classes of TCOD are available under the BSD license in the Doryen library.
The Doryen arena, pyromancer and The cave are sub-projects that experiment gameplay mechanisms for Tcod.