IAMDinosaur icon indicating copy to clipboard operation
IAMDinosaur copied to clipboard

Dinosaur stops jumping when a cactus appears on screen

Open bpmsilva opened this issue 6 years ago • 1 comments

I noticed that the dinosaur stops jumping when a cactus appears on the screen, even when the activation is above 0.55. Since the whole purpose of the game is to jump cactus, this doesn't allow the program to work properly. I wonder if this has something to do with hardware limitations, because the appearance of the cactus can demand more processing. Any help is welcome

bpmsilva avatar Sep 15 '18 13:09 bpmsilva

try to decrease the browser size and check this config..

In Unix like its necessary change color of dino..

 var COLOR_DINOSAUR = '545454';

mbahiense avatar Nov 07 '18 02:11 mbahiense