Console Text games

Started by
3 comments, last by Silvo 17 years, 10 months ago
How can you do simple ASCII games in the console?? (Using C++) I know you can print out text and then print out a whole load of nothing to clear it, but is it possible to access it and clear it, plot things, use colours, etc? Could you show me some place for info on that? Thanks!
Advertisement
Game Programming All in One 1ed have one chapter that's all about one interesting console game. If you want, I can send some text of the chapter and it's workable source code I have tested a long time ago.
Some info here and here using Win32 API
Thanks pulpfist! I'm making a text-adventure for 4E5, and then as a test of the basic skills I've learned, and I wanted to add color to it, make it more than normal.
Thanks! That seems to be what I need, but now I think im going to have to download that Platform SDK for the Windows.h header...

This topic is closed to new replies.

Advertisement