Do you remember when you were a kid and the internet went out? The only thing left to do was the Dinosaur jumping game on Chrome. Does that ring a bell? Does that feel nostalgic? It did for me. That's why I recreated it.
- Make an empty folder.
- Open it in VS Code (or any other text editor).
- Clone the repository
git clone https://github.com/Lazzzer00/Dinosaur-Game
- Navigate to the cloned repository.
cd Dinosaur-Game
- Install the Live Server VS Code extension.
- Open the index.html file in the browser by right clicking and then 'Open with Live Server' or Alt+L Alt+O.