Skip to content

Instantly share code, notes, and snippets.

@ahl
Created December 30, 2019 10:01
Show Gist options
  • Save ahl/db3341e0002394124430ccb40dca0c9c to your computer and use it in GitHub Desktop.
Save ahl/db3341e0002394124430ccb40dca0c9c to your computer and use it in GitHub Desktop.
while True:
c = getch.getch()
if c == 'j':
left()
elif c == 'k':
right()
elif c == 'c':
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment