Building a Pacman Game With Bacon.js

Great post, thanks! I was wondering one thing. How would you implement the logic if you wanted the ghosts to start arriving or moving faster as the game evolves? In that case you couldn’t make the Bacon interval streams static with 1000 and 800 millisecond intervals?