0
move a character in a game in C
how can I move a character or character created by an ascii for a game in c?
6 Antworten
+ 4
How are you displaying the game?
You can't do that in console programs.
+ 1
I don't think u can do it in normal text mode. U will have to do graphics programming in C using Dosbox.
0
if i use the executable file from terminal can i do that ?
0
i have made a labyrinth with ascii code and i want to move a character from A to B
0
U can do it on Dosbox. Dosbox is for graphics mode
0
what is the use of dosbox ?