chrome://dino
chrome://dino
Controls
- Press the space bar or up arrow key to jump and to start the game
- Use the down arrow key to duck
Hacks
Runner.instance_.tRex.setJumpVelocity(15)
, for exampleRunner.instance_.setSpeed(1000)
, for examplevar original = Runner.prototype.gameOver
then, this
var original = Runner.prototype.gameOver
Runner.prototype.gameOver = original
source code on github