As you progress in the game, it gets boring if you have the same difficulty throughout. You should increase difficulty based on score. For increasing difficulty: - Speed up game by changing `block_size` - Minimize gap between pipes by changing `gap`. Note: The game must be playable even after being difficult, i.e, the bird should possibly go through the pipes at any difficulty.