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.
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.
To install and set up the project locally, follow these steps:
-
Clone the GitHub repository to your local machine using the following command:
git clone https://github.com/adarshnjena/haunted_house
-
Navigate to the project directory:
cd haunted-house
-
Install the project dependencies using npm:
npm install
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!
The Haunted House 3D website offers the following features:
-
Spooky Haunted House Scene: The website presents an immersive 3D scene featuring a haunted house with eerie lighting and atmospheric effects.
-
Hidden Message: Discover a hidden message within the scene. Explore the house and its surroundings to uncover the mystery!
-
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.
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:
-
Fork the repository on GitHub.
-
Create a new branch with a descriptive name for your feature or bug fix.
-
Make your modifications and additions in the codebase.
-
Write tests, if applicable, to ensure the stability of your changes.
-
Commit your changes and push them to your forked repository.
-
Submit a pull request to the original repository, providing a detailed description of your changes.
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!