Step 4 - Flying the Bird
We can take user input in Excalibur from keyboard, pointers (mouse, touch), and gamepads!
Let's setup an input handler to have the Bird jump when ever we hit the keyboard space bar or tap the screen.
For added flair, we can adjust the Bird's rotation by the speed that the level will be moving past 200 pixels per second.
typescript
typescript