Here's a README for the Jumpscare project:
This project allows you to create a jumpscare website to prank your friends. By hosting this site and sharing the link, you can surprise unsuspecting visitors with a sudden scare.
- Simple Setup: Easily host the website on any platform that supports static files.
- Customizable Content: Modify the scare image and sound to your preference.
- Lightweight: Minimal files for quick loading and deployment.
- Landing Page: The
index.htmlfile presents a seemingly innocent webpage to lure the visitor. - Trigger: After a set time or specific user interaction, the scare is triggered.
- Jumpscare: A sudden image (
scare.jpg) accompanied by a loud sound (scream2.mp3) is displayed to startle the user.
- Clone or Download the Repository:
git clone https://github.com/Makoab/jumpscare.git
- Host the Files: Upload the contents to a web hosting service or use a local server for testing.
- Share the Link: Distribute the hosted link to your friends to prank them.
- Change the Scare Image: Replace
scare.jpgwith your desired image. Ensure the new image has the same filename or update the reference inindex.html. - Modify the Sound: Replace
scream2.mp3with your preferred sound effect. Update the filename inindex.htmlif changed. - Adjust Timing: Edit the JavaScript in
index.htmlto change when the jumpscare is triggered.
Warning: This project is intended for harmless pranks among friends. Ensure that the person you're pranking doesn't have health conditions that could be adversely affected by sudden scares. Use responsibly.
This project is open-source and available under the MIT License.
Note: Always obtain consent before pranking someone, and ensure the prank is appropriate for the situation.