Ask your own question, for FREE!
Computer Science 11 Online
OpenStudy (anonymous):

I need to write a Sudoku game (not just a solver; the solver will be a cheat mode in the game where you press a combination of keys and it solves one step for you) in C as a console application (no fancy GUI application yet). How do I write a good text user interface in C?

OpenStudy (farmdawgnation):

Check out ncurses.

OpenStudy (anonymous):

I thought about ncurses too, but I was worried it wouldn't run on my Windows platform. I am wrong. Thanks!

OpenStudy (anonymous):

Great I can graphics on par with Rogue/Hack/NetHack :-D

OpenStudy (anonymous):

I can get* graphics

OpenStudy (anonymous):

What is "ncurses" ?

OpenStudy (anonymous):

ncurses is basically a way for me to get cool graphics.

OpenStudy (farmdawgnation):

Haha. ncurses is a library for creating user interfaces on a command line interface. So, you can divide the screen into panes, or do whatever - without having a full Windowing system running.

OpenStudy (anonymous):

do you know 8 queens problem? I feel that if you iterate it 'n' number of times you can get the appropriate code.

OpenStudy (anonymous):

check this http://prashant-online.tripod.com/queens.txt

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!