ucsb-cs56-projects / cs56-games-fish-animation

-
1 stars 11 forks source link

Add diagonal key movement for shark #37

Closed jazariethach closed 8 years ago

jazariethach commented 9 years ago

Currently the shark's movement is awkward due to key listener only registering one key stroke at a time. This prevents diagonal movement since that requires two buttons to be read at once. Change this such that they key movement is smoother.

(consider using key binding or maybe logging the last pushed button if it is being held)

jennacryan commented 9 years ago

approved ~150 points

akjit commented 8 years ago

completed and added to branch