[Tutor] user input without return / non-blocking

ccollier@viawest.net ccollier@viawest.net
Fri May 16 13:49:16 2003


I'm working on a small console based game.  I need to be able to accept 
input from a user (keyboard/stdin) without having them press return.  j = 
move left, k = move right etc.

sys.stdin.read, input, and raw_input don't seem to be the solution I'm 
looking for, although sys.stdin.read is close.

Can anyone point me in the right direction?

scouring google and books,

cody

---------------------
cody collier
ccollier@viawest.net