C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 08-05-2009, 10:16 PM   #1
Registered User
 
Join Date: Sep 2008
Posts: 14
Two questions for a text game

Wasn't sure if this should go in C++ or Games board but Games Board seems to relate to graphics, ah well, feel free to move this.

Okay, I have two problems, one is not too important, the other is major, at least for a text game it is. Note I'm using Open Watcom C and C++ compiler, why? You may ask, it's because I want to develop my text game as a 16-bit DOS game rather than a shelled game for more advanced Windows systems, I have my reasons.

First problem, now I've tried to make rooms in the text game, but it continuously failed, I've only tried arrays though, I don't have my old source code for it anymore, I plan to write a new version once I know what to do.

Second problem, this isn't too major, but I want my game to look nice, (for a text game, that is) by coloring names of items/places/people/whatever. However DOS can't use the only text coloring functions I know (which was something to do with conio.h)

I might also have trouble with the battle system, but I should be able to figure it out sooner or later, can someone help me or at least give me helpful links to the two current problems I am having (Yes, I've googled it all before)
GlitchGuy2 is offline   Reply With Quote
Old 08-05-2009, 11:26 PM   #2
Registered User
 
Join Date: Jun 2009
Location: Adeliade, AU
Posts: 128
Moving between areas

This is a link I had help in, maybe looking through that could help you out.
Aliaks is offline   Reply With Quote
Old 08-06-2009, 07:24 AM   #3
(?<!re)tired
 
Mario F.'s Avatar
 
Join Date: May 2006
Location: Portugal
Posts: 5,220
Quote:
Originally Posted by GlitchGuy2 View Post
Second problem, this isn't too major, but I want my game to look nice, (for a text game, that is) by coloring names of items/places/people/whatever. However DOS can't use the only text coloring functions I know (which was something to do with conio.h)
What were you trying to use? Conio is indeed fully compatible with DOS.
__________________
Originally Posted by brewbuck:
Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.


Mario F. is offline   Reply With Quote
Reply

Tags
c++, color, game, room, text

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
2D Game project requires extra C++ programmers, new or experienced drallstars Projects and Job Recruitment 2 05-16-2007 10:46 AM
2D RPG Online Game Project. 30% Complete. To be released and marketed. drallstars Projects and Job Recruitment 2 10-28-2006 12:48 AM
Resource ICONs gbaker Windows Programming 4 12-15-2003 07:18 AM
My Pre-Alpha Version Rpg Text Game knight543 C++ Programming 1 04-06-2002 06:02 AM
Saving a text game Unregistered C++ Programming 4 03-27-2002 01:33 PM


All times are GMT -6. The time now is 11:05 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22