Hi all. I used to code in C but its been many years. So i have forgotten most things.
I want to create a text based adventure game using C
I am on windows 10 and my IDE is codeblocks with a gcc compiler.
I was searching for the best options for graphics control on the screen and thought i could use graphics.h but it doesn't work.
I know I can use software out there for this game but I would rather code it myself.
any suggestions on which functions are best for creating basic text based graphics?
thanks
stay safe!
I want to create a text based adventure game using C
I am on windows 10 and my IDE is codeblocks with a gcc compiler.
I was searching for the best options for graphics control on the screen and thought i could use graphics.h but it doesn't work.
I know I can use software out there for this game but I would rather code it myself.
any suggestions on which functions are best for creating basic text based graphics?
thanks
stay safe!
Comment