Dino Game online is an all-in-one online platform where you can play the classic Google Chrome dinosaur game anytime, anywhere. Enjoy the addictive, endless runner experience directly in your browser—no downloads or installations needed. With simple controls and fast-paced action, Dino Game brings back the fun of dodging cacti and pterodactyls while offline or just looking for a quick gaming break. Jump, duck, and run as far as you can to beat your high score!
👉 DinoGame | English
git clone git@github.com:histeven168/dino-game.git
cd dino-game && yarn
#or
cd dino-game && npm install
#or
cd dino-game && pnpm install
# website URL
NEXT_PUBLIC_SITE_URL=http://localhost
yarn dev
#or
npm run dev
#or
pnpm dev