Skip to content

Latest commit

 

History

History
112 lines (75 loc) · 2.32 KB

File metadata and controls

112 lines (75 loc) · 2.32 KB

🎮 Fate of Three – Rock Paper Scissors Game

A stylish and interactive Rock–Paper–Scissors game against the computer featuring animated buttons, score tracking, background music, sound effects, and confetti celebrations! Designed using HTML, CSS, and JavaScript.


📌 Features

  • 🪨 Rock–Paper–Scissors Gameplay
  • 👨‍💻 Play vs Computer (Randomized)
  • 🔊 Background Music + Sound Effects (Win & Lose)
  • 🎉 Confetti Animation on Winning
  • Button Entry Animations
  • 📱 Responsive UI for Mobile Screens
  • 🎨 Custom fonts and modern UI

📁 Project Structure

docs/
│
├── index.html          # Main HTML structure
├── styles.css          # Styling and animations
├── index.js            # Game logic & event handling
│
├── assets/             # Images & audio files
│   ├── 6729598.png     # Favicon
│   ├── bg_audio.mp3    # Background music
│   ├── victory.mp3     # Victory sound
│   └── lose.mp3        # Losing sound
│
└── README.md           # Project documentation

🛠️ Technologies Used

  • HTML5 – UI structure
  • CSS3 – Styling, animations, responsiveness
  • JavaScript – Game functionality
  • Google Fonts – Custom typography
  • Canvas Confetti JS (CDN) – Win animation

▶️ How to Run the Project

  1. Download or clone the repository:

    git clone https://github.com/kartikktripathi/fate-of-three.git
  2. Open the project folder.

  3. Double-click index.html to open it in your browser.

  4. Start playing! 🎮


🎯 Game Rules

  • Rock beats Scissors
  • Scissors beats Paper
  • Paper beats Rock
  • Same choices → Tie

👥 Contributors

Name
Injora Injora
Kartik Tripathi
Ashwin Alwa

🚀 Future Improvements

  • Add multiplayer mode
  • Add advanced animations
  • Add multiple themes (dark/light)

📄 License

This project is open-source. Feel free to modify and improve.


❤️ Acknowledgements

  • Google Fonts
  • Canvas Confetti library
  • Emojis for Rock, Paper, Scissors

🔗 Deployed Link

https://kartikktripathi.github.io/Fate-of-Three/


Enjoy the Game! 🎉🪨📃✂️