Pictures?

Started by
13 comments, last by ........................................ 17 years, 11 months ago
Ok, I am making a text base RPG where you press 1 and you go to the forest! :D. I was curious, is there anyway to add pictures to the game? Like say you are traveling to a forest, then below it, it will show a picture of a forest? My dad told me to make one because he has always been wanting to make text-based RPG and I just told him today I knew how to.
Advertisement
If you're using a dos box, then no. But, if you want to create a window yourself, you can always have a box in the window for a picture, and then have the lower half of the window dedicated to text.
[size="2"][size=2]Mort, Duke of Sto Helit: NON TIMETIS MESSOR -- Don't Fear The Reaper
How do I create a window?
How do I create a window?
It is time for you to move on to using 2D libraries to aid you in displaying 2d graphics on screen. They will handle all the work of creating a window, displaying/loading 2d images for you. They also provide many advanced features which you might need later on. The 2 most popular are

1) SDL
2) Allegro

Google them to find out more.
If you are good with ASCII art then you could try that.. Although that might be a bit hard.
The best thing to do is just choose whatever you think you'd prefer, and go for it. -Promit
Quote:Original post by orcfan32
If you are good with ASCII art then you could try that.. Although that might be a bit hard.


On the other hand, you would have a fairly unique game.

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

I'm still a noob :D
I don't even know how to install libraries /cry. I am using Bloodshed Dev C++. Thank you all for the posts!!
Here are some links that lead to threads with links about ascii games (which you can use to make pictures in a console):

http://www.gamedev.net/community/forums/topic.asp?topic_id=378376
http://www.gamedev.net/community/forums/topic.asp?topic_id=373000
F-R-E-D F-R-E-D-B-U-R...G-E-R! - Yes!
Quote:Original post by Endar
If you're using a dos box, then no. But, if you want to create a window yourself, you can always have a box in the window for a picture, and then have the lower half of the window dedicated to text.


what?

int 13h (just an example).

dont want to be rude or something but maybe you should not say youre not sure about, or at least add an "afaik"

This topic is closed to new replies.

Advertisement