Converting Dos Console Game

Posted By: BorgNot

Converting Dos Console Game - 05/26/08 00:27

I am converting ongoing project. I coded a random number generator and game logic into an exe which I run on a Dos Console. Now, I want to convert that to C-Lite. How do I get the effect of a Dos Console in C-Lite code?
Posted By: Anonymous

Re: Converting Dos Console Game - 05/26/08 05:07

Nice idea!
You need a black background (black PANEL oder black skycolor with load_level(NULL)) and a TEXT over the entire sceen.
At last you have to manage the blinking cursor, the linefeed, the textscrolling.
Posted By: BorgNot

Re: Converting Dos Console Game - 05/27/08 02:21

Thank you. smile
© 2024 lite-C Forums