lmatsuki/Nishi-Kata

Add controls to rotate the ship's direction.

Closed this issue · 3 comments

Branch off and implement two or more variations:
A. Use Arrow keys to rotate the ship
B. Rotate based on initial and current mouse coordinates (map Mouse L to fire as well)
C. Add velocity and rotate based on tapped location

Possibly overlaps with this issue #10.

Added basic rotation via arrow keys in e5f0016.

Added in pull request #20.