Is it possible to have event driven programming moving objects or characters in a cmd screen. And how?
For example a chess board when you do a move then we have to print for each move. We want to play it only one chess board.
Thanks..:)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s very hard to make out what you’re asking, but I think I hear two different questions:
Yes, it is. In fact, quite a lot of assembly-language programming is event-driven (handling interrupts and such).
Yes, on nearly all consoles. How you do so varies a bit by console. You could look into ANSI escape codes or similar, which work on a wide variety of console displays.