Loading repository data…
Loading repository data…
rajni2209 / repository
FilmFusion is a movie-themed web game where players guess the Actor, Actress, and Movie based on hints, options, and a timer. The project includes a secure backend with Spring Boot and an interactive frontend for an engaging user experience.
FilmFusion is a movie-themed web game where players guess the Actor, Actress, and Movie based on hints, options, and a timer. The project includes a secure backend with Spring Boot and an interactive frontend for an engaging user experience.
Game link
https://filmfusion-kohl.vercel.app/
https://filmfusion-b98i.onrender.com
{
"level_no": 1,
"actor_FirstLetter": "R",
"actress_FirstLetter": "R",
"movie_FirstLetter": "A",
"actor_option": [
"Ranbir Kapoor",
"Ranveer Singh",
"Rajkummar Rao",
"Riteish Deshmukh",
"Randeep Hooda",
"R Madhavan"
],
"actress_option": [
"Rashmika Mandanna",
"Rani Mukerji",
"Radhika Apte",
"Rakul Preet Singh",
"Raveena Tandon",
"Richa Chadha"
],
"movie_option": [
"Animal",
"Andhadhun",
"Article 15",
"Airlift",
"Ajab Prem Ki Ghazab Kahani",
"Antim"
],
"correctActor": "Ranbir Kapoor",
"correctActress": "Rashmika Mandanna",
"correctMovie": "Animal",
"hint": "Ultra-violent father–son saga that dominated 2023 chatter."
}