Skip to content

histeven168/dino-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dino-game online

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

Quick Started

1. Clone project

git clone git@github.com:histeven168/dino-game.git

2. Install dependencies

cd dino-game && yarn
#or
cd dino-game && npm install
#or
cd dino-game && pnpm install

3. copy .env.example and rename it to .env.local

# website URL
NEXT_PUBLIC_SITE_URL=http://localhost

4. Run it

yarn dev
#or
npm run dev
#or
pnpm dev

5. Open localhost with your browser to see it.

favicon.png