Victor-Leroy / CYOA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jungle Time Warp

Welcome to Jungle Time Warp, where adventure awaits in the heart of an ancient jungle. Stranded here due to a mishap in time travel, you find yourself surrounded by lush foliage and mysterious creatures. With each step, you'll uncover secrets of the past while navigating through this wild and vibrant landscape. Are you ready to embrace the unknown and embark on a thrilling journey through time and jungle? The adventure starts now!

Prerequisites

Installation

Step 1: Install Visual Studio Code

If you have not already installed VS Code, download and install it from here.

Step 2: Install Live Server Extension

Live Server provides a quick development live server with live browser reload feature.

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon on the sidebar or pressing Ctrl+Shift+X.
  3. In the search box, type Live Server.
  4. Find the Live Server extension by Ritwick Dey and click the Install button.

Usage

Launching the HTML File

After installing the Live Server extension, you can easily view your HTML file in a browser with live reloading.

  1. Open your project folder in VS Code.
  2. Navigate to the index.html file in the file explorer. here
  3. Right-click on the index.html file.
  4. Select Open with Live Server. This will automatically launch your default web browser and open the index.html file.

Additional Information

  • Live Server starts a local server on your machine. The default port is usually 5500, but it can change if that port is in use. Pay attention to the port number shown in the bottom-right corner of VS Code.
  • You can access the server by going to http://localhost:5500 in your web browser.
  • To stop the server, click on the Go Live status bar item at the bottom-right of the VS Code window.

About


Languages

Language:HTML 90.9%Language:CSS 5.5%Language:JavaScript 3.6%