fwenzel / serpent

An Open Web app version of the classic game "snake".
http://fwenzel.github.com/serpent
14 stars 2 forks source link

Fall back to setTimeout if requestanimationframe does not exist #7

Closed fwenzel closed 12 years ago

fwenzel commented 12 years ago

This should work on all devices that support canvas. requestanimationframe, however, is not supported on IE9 nor Safari nor Opera etc. I'm fairly certain if I add a fallback, all those should be able to play, so why not.