Forum Thread
  Posts  
Environment for Text based rpg (Forums : Coding & Scripting : Environment for Text based rpg) Locked
Thread Options
Jan 22 2015 Anchor

Hey guys,

I've been working on a text based rpg for a few weeks now and have been developing it in the console command. I would like to get more functionality out of the window and environment, like full screen and changing text size and font. I'm coding in c++.

Apr 17 2015 Anchor

Hello,

I think I am working on something similar, but I am using Python 3.4. Maybe we can collaborate?

pumpkinalcohol
pumpkinalcohol ♥♥ Veteran's Club Member
May 15 2015 Anchor

If you don't mind continuing to use the console command window, you could use the PDCurses library for Windows, or ncurses for Linux/UNIX. It makes text positioning, colouring etc far easier. However, I don't know how you could change font stuff. Maybe SDL could help? Libsdl.org

PDCurses: Pdcurses.sourceforge.net
ncurses: Gnu.org
ncurses HOWTO: Tldp.org

I don't really know of any comprehensive tutorials on PDCurses. However, I believe ncurses and PDCurses share a lot of the same functions, so perhaps the ncurses howto might come in handy. I would actually love to develop a roguelike RPG myself. Good luck!

--

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.