Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 998 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 998 Bytes

Dino Game Project

Welcome to the Dino Game project! This game is inspired by the offline Chrome Dino Game. If you're interested in contributing, follow the guidelines below.

Getting Started

  1. Clone the project:

    git clone https://github.com/vikram-kangotra/dino-game.git
  2. Navigate to the project directory

      cd dino
  3. Open the index.html file in your browser

  4. CORS issue:

    If you encounter CORS issues (check the console), you have two options:

    • Option 1: Python Server

    • Option 2: VSCode Live Server

      • Install the Live Server extension for Visual Studio Code.
      • Open the index.html file.
      • Click on "Go Live" at the bottom right of the window.

License

This project is licensed under the MIT License - see the LICENSE file for details.