Skip to content

Latest commit

ย 

History

History
42 lines (30 loc) ยท 955 Bytes

File metadata and controls

42 lines (30 loc) ยท 955 Bytes

๐Ÿ’˜ Valentine's Rift

A League of Legends client-inspired Valentine's Day website.

๐ŸŽฎ Features

  • Full LoL client experience: Launcher โ†’ Queue โ†’ Match Found โ†’ Champion Select โ†’ Valentine Pick โ†’ Loading โ†’ Final Message
  • Authentic LoL styling with gold/blue theme, glowing animations, and smooth transitions
  • Interactive valentine selection with custom error messages for wrong picks
  • Timer-based gameplay mechanics

๐Ÿš€ Local Development

Start the server

./start.sh [PORT]

Stop the server

./stop.sh

Manual start

python3 -m http.server 8080

Then open http://localhost:8080

โš™๏ธ Customization

Edit the CONFIG object at the top of js/script.js to customize:

  • Names and messages
  • Timer durations
  • Valentine options and error messages
  • Final love message
  • Champion images (replace Lux with custom photos)

๐Ÿ“ License

Made with โค๏ธ for Valentine's Day 2026