Hello,
In this program I'm trying to make a letter run around the screen using WASD, is there any built in getch(or python/any other module) function that can help me with this? If not, can you show me how to do this since I'm having some difficulties with the letter jumping two spaces and only backing up once.
Help using getch
Hello,
In this program I'm trying to make a letter run around the screen using WASD, is there any built in getch(or python/any other module) function that can help me with this? If not, can you show me how to do this since I'm having some difficulties with the letter jumping two spaces and only backing up once.
I really don't know what the flush thing or almost everything else in that line does. I just found it on StackOverflow and put it in here