Difficulty Scaling (Making the Game Fight Back)
Right now, the game is playable.But it’s also… predictable.
Enemies:
spawn at a fixed rate
fall at a fixed speed
never change behavior
That’s fine for learning, but games become interesting when they adapt.
In this part, we’ll make the game grad...
ctrl-alt-delete.hashnode.dev6 min read