views
864
likes
7

Comments (6)

What do you think?

I'm usually very bad in these pen-and-paper-like D&D games, but it never stoped me to be fascinated by them. After a few tries I've already killed by wyverns, bandits, wolfes or goblins (altough I tried to talk to all of them - the wyvern was the funniest) :D but I don't give up! This game is too much fun. Really great work!

After much testing it seems that enemies can still drop a weapon as loot after being disarmed, but I have discovered it's not a bug, sometimes the enemy will be carrying an extra weapon, yes that's it!

Here's my video review which is also up in the photos and videos section!

https://www.youtube.com/watch?v=-FQLOO4UuO4&t=25s

This is a RPG/Text adventure made in C#, it has a retro look, but many advanced features. You can steal, attack and kill NPCs turning you evil! Or you can try to avoid violence and talk your way out of fights to walk the path of good. You are the sole survivor of your village after a horrific dragon attack! Everyone you ever knew is dead. You swear to seek vengeance and slay the dragon!

Epic Prose Special Edition is a remake of a C/C++ game I made I traslated it to C# and added a lot to it. It follows the same story but is much more advanced it has one and 2 word input as well as many things I wasn't able to include in the original including: attacking and killing NPCs, talking to bosses, more advanced inventory system, more advanced stat system - no character xp/level system, it uses a stat based system instead.

New things I have added already include ASCII art text, animated text and menus, there is a main menu and a battle menu, charisma is used for buying and selling and characters have alignment and gender now, also carrying capacity, multiple characters in one location, and saving and loading. I redid the whole map added in new locations, terrain based areas, more monsters, terrain based encounters and an ASCII art map.

I will probably make one more version with text variation, but it's basically the complete game. Please feel free to try it out and let me know what you think, also let me know if you find any bugs or typos. Thanks!

#textadventure #text #adventure #textgame #fantasy #rpg #textbased #retro #interactivefiction #quest #ascii #epicprose #logicandchaos

*I believe that the standard console width is 80 characters, I tried to keep this in mind with my graphic text, however it's not 80 for all systems, on my computer I have 120 characters and on other systems it's less, if you have any problems viewing the title or other graphic text, you may have to change your console settings, just open Epic Prose and right click on the widow's title bar and go to the layout tab, go to the screen buffer size and increase the width. Hope this helps!

**To run the game you have to click on the options and go to open folder, then double click on Epic Prose1.

***latest version 7.1



all-ages
Mild Fantasy Violence
Comical Shenanigans

Epic Prose Special Edition is finally finished!

I'm pretty happy with where the game is now, but I still want to implement a more advanced dialog system, which was supposed to be a big part of this game. I'm working on a system using a very simple subset of english and parsing with tracery possibly.

New Release!

Input system

I made a function to create the text menus, I already used it to recreate the battle menu. I redesigned the input system and I’m working on implementing it, then I will be uploading it here!

Back to work!