IAMDinosaur
IAMDinosaur copied to clipboard
FAILED TO FIND GAME! on Ubuntu 17.10
Invalid MIT-MAGIC-COOKIE-1 keyFAILED TO FIND GAME!``
I get the same
same here
same here
I found the solution!
This warning message is shown cause the screen is much large and the script have a limitation of scaned pixels.
Resize the browser window and execute it again.
In my case it just worked when I made some changes:
-
line 10 on GameManipulator.js from
var COLOR_DINOSAUR = '535353';
tovar COLOR_DINOSAUR = '545454';
but dino color really is '535353', so I don't know why -
line 142 on GameManipulator.js from
GameManipulator.offset[1] + GameManipulator.gameOverOffset[1]
toGameManipulator.offset[1] + GameManipulator.gameOverOffset[1] - 10
cause the 'game over' reader was reading a little under the word 'game' and not founding it.
I'm using Chrome on Ubuntu 18.04