Some of you may have noticed that your game runs a lot faster on your computer than it does on mine. This is due to requestAnimationFrame
being dependent on your monitor's refresh rate.
Most monitors run at 60hz, but newer ones like MacBook pros run at 120hz instead. This effectively doubles the speed at which your game runs, so we need to take this into account when releasing our game for others to play.