3D scene of a haunted house, a graveyard, and a few ghosts to keep things spooky! Created solely in JavaScript with ThreeJS and WebGL.
Click here for a live demo of the scene
PS. this is still a work in progress
To use this repo:
# Clone this repo
git clone https://github.com/Dan7n/3D_hauntedHouse.git
# Open the folder and install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev