Hi guys!
I am writing a text adventure game, and it is all going really well at the moment.
I have written sevral source files for the game, and am using DevC++ in a project mode. when it comiples it, it says
COMPILE OK == LINK OK
this all sound possitive, but I am a bit weiry, that when I run the game, will it go the right file to read the code?
For exmaple, i have coded somthing like
(health<=0)
but will it go to the gameover file to read the code or just continue? I know all this sounds really silly as all I have to do is test it, but if I have probs, how can I fix them??



LinkBack URL
About LinkBacks



). You should test it of course, and then see if you get any strange behavior.