Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 2.85 KB

LEARN.md

File metadata and controls

83 lines (49 loc) · 2.85 KB

Haunted House 3D Website

Welcome to the GitHub repository for the Haunted House 3D website! This project showcases a spooky haunted house scene built using the Three.js library. The website includes a hidden message and a control panel to adjust the lights in the scene. This LEARN.md file will guide you through the project and provide instructions for getting started.

Table of Contents

Prerequisites

Before you begin, ensure that you have the following prerequisites installed:

  • Node.js - Make sure you have Node.js installed to run the necessary development tools and scripts.

Installation

To install and set up the project locally, follow these steps:

  1. Clone the GitHub repository to your local machine using the following command:

    git clone https://github.com/adarshnjena/haunted_house
  2. Navigate to the project directory:

    cd haunted-house
  3. Install the project dependencies using npm:

    npm install

Usage

To run the Haunted House 3D website locally, use the following command:

npm start

This command will start a local development server and open the website in your default web browser. You can now explore the haunted house scene!

Features

The Haunted House 3D website offers the following features:

  1. Spooky Haunted House Scene: The website presents an immersive 3D scene featuring a haunted house with eerie lighting and atmospheric effects.

  2. Hidden Message: Discover a hidden message within the scene. Explore the house and its surroundings to uncover the mystery!

  3. Control Panel: Interact with the control panel to adjust the lights in the scene. Experiment with different lighting configurations to set the desired spooky ambiance.

Contributing

Contributions to the Haunted House 3D website are welcome! If you have any suggestions, bug reports, or would like to add new features, please follow these steps:

  1. Fork the repository on GitHub.

  2. Create a new branch with a descriptive name for your feature or bug fix.

  3. Make your modifications and additions in the codebase.

  4. Write tests, if applicable, to ensure the stability of your changes.

  5. Commit your changes and push them to your forked repository.

  6. Submit a pull request to the original repository, providing a detailed description of your changes.

License

The Haunted House 3D website is licensed under the MIT License. Feel free to modify and distribute the code as per the terms of the license.


Thank you for your interest in the Haunted House 3D website! If you have any questions or need further assistance, please don't hesitate to reach out. Enjoy exploring the spooky world!