Me and my friend wrote a simple (but really long) text-based game, which plays in the Windows command prompt. The problem is, that the cmd window does not include any kind of auto-linebreak like it does in Microsoft word, and thus makes the game unplayable. If I wasn't very clear, this is an example on how the game plays now:
You wake up in a dark room. Wherev
er you look, you can't see anythin
g. You try to move, but you can't;
your hands are tied down by the lo
oks of it.
Is there any kind of easy way to fix this? The game is more than 2000 lines long, and thus we'd probably never be able to fix the sentences one-by-one.
Edit: Just to make clear, what I'd like to achieve is the following:
You wake up in a dark room.
Wherever you look, you can't see
anything. You try to move, but
you can't; your hands are tied
down by the looks of it.