Automating Google Hurdles
by Željko Filipin
Thanks to Felipe Knorr Kuhn I have spent some time today automating Google Hurdles.
The code is at github.com/zeljkofilipin/olympics and it is pretty trivial. Felipe used Sikuli to automate the game and I used Watir. Since the game is inside canvas
element I could not do anything but send keys blindly (left and right for running, space for jump).