Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 10, 2022 04:19 pm GMT

What happens when you reach the max score in chrome dino game?

You are probably familiar with the chrome dino game, and you have probably asked what happens at the end of the game. I will answer it for you.

What is the max score in the chrome dino game?

The answer is 999999

How did i find out?

I override the gameOver function so when the game calls it noting happens and set the speed to a high value

Runner.instance_.gameOver = ()=>{}Runner.instance_.currentSpeed = 100000

console

max score cut

When you reach the 99999, sadly the counter restarts, nothing happened.

You can try this at chrome://dino/


Original Link: https://dev.to/maurerkrisztian/what-happens-when-you-reach-the-max-score-in-chrome-dino-game-53kl

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To