instance property Game#gameSpeed
Game#gameSpeed → Number
Read-only. The current target updates-per-second the game is attepting
to achieve. If you must dynamically change the game speed during
runtime, use Game#setGameSpeed
instead.
The default game speed attempted is 30 (thirty) updates per second.