Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 899 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 899 Bytes

The Chrome Dinosaur Game

Table of Contents

Introduction

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.

How to play

  1. Make an empty folder.
  2. Open it in VS Code (or any other text editor).
  3. Clone the repository
git clone https://github.com/Lazzzer00/Dinosaur-Game
  1. Navigate to the cloned repository.
cd Dinosaur-Game
  1. Install the Live Server VS Code extension.
  2. Open the index.html file in the browser by right clicking and then 'Open with Live Server' or Alt+L Alt+O.