Jim-Holmstroem / Hax---The-Game

The final lab in a C++-course.
3 stars 0 forks source link

Change all game output from << to do it in ncurses instead #7

Open Jim-Holmstroem opened 11 years ago

sye commented 11 years ago

I think we should hold off with the ncurses version of the game until we finish the normal version

Jim-Holmstroem commented 11 years ago

yeah sure, but it's not harder to print out everything in the middle of the screen printscr("text",5,HEIGHT/2) and I think the command bug is actually due to the "printout text directly to std::cout" since it worked flawlessly before

sye commented 11 years ago

I just remembered that we have a custom DEBUG flag, so we could just wrap the printout text from std::cout in it, then both versions can co-exist