Preface
Lets add some sort of call to action when we start the game. Currently at the start the bird is flappying, but nothing tells us we should click to start.
Goals
Our goals for this chapter will be to:
- 🎯 Render the "get ready" sprite to the screen during the
Title
game state.
The starting screen will like this:
Let's get to it!