diff --git a/images/Final Destination/1.png b/images/Final Destination/1.png new file mode 100644 index 0000000..3a847fc Binary files /dev/null and b/images/Final Destination/1.png differ diff --git a/images/Final Destination/2.png b/images/Final Destination/2.png new file mode 100644 index 0000000..242e73c Binary files /dev/null and b/images/Final Destination/2.png differ diff --git a/images/Final Destination/3.png b/images/Final Destination/3.png new file mode 100644 index 0000000..721612a Binary files /dev/null and b/images/Final Destination/3.png differ diff --git a/images/Final Destination/poster.jpg b/images/Final Destination/poster.jpg new file mode 100644 index 0000000..5ea50df Binary files /dev/null and b/images/Final Destination/poster.jpg differ diff --git a/images/It/1.png b/images/It/1.png new file mode 100644 index 0000000..e9af420 Binary files /dev/null and b/images/It/1.png differ diff --git a/images/It/2.png b/images/It/2.png new file mode 100644 index 0000000..388490e Binary files /dev/null and b/images/It/2.png differ diff --git a/images/It/3.png b/images/It/3.png new file mode 100644 index 0000000..343d280 Binary files /dev/null and b/images/It/3.png differ diff --git a/images/It/poster.jpg b/images/It/poster.jpg new file mode 100644 index 0000000..e495e9f Binary files /dev/null and b/images/It/poster.jpg differ diff --git a/images/Rec/1.png b/images/Rec/1.png new file mode 100644 index 0000000..d5c4cfc Binary files /dev/null and b/images/Rec/1.png differ diff --git a/images/Rec/2.png b/images/Rec/2.png new file mode 100644 index 0000000..49bb43b Binary files /dev/null and b/images/Rec/2.png differ diff --git a/images/Rec/3.png b/images/Rec/3.png new file mode 100644 index 0000000..0d24934 Binary files /dev/null and b/images/Rec/3.png differ diff --git a/images/Rec/poster.jpg b/images/Rec/poster.jpg new file mode 100644 index 0000000..aa9920e Binary files /dev/null and b/images/Rec/poster.jpg differ diff --git a/images/Saw/1.png b/images/Saw/1.png new file mode 100644 index 0000000..2f90da7 Binary files /dev/null and b/images/Saw/1.png differ diff --git a/images/Saw/2.png b/images/Saw/2.png new file mode 100644 index 0000000..ce6c9d7 Binary files /dev/null and b/images/Saw/2.png differ diff --git a/images/Saw/3.png b/images/Saw/3.png new file mode 100644 index 0000000..0438496 Binary files /dev/null and b/images/Saw/3.png differ diff --git a/images/Saw/poster.jpg b/images/Saw/poster.jpg new file mode 100644 index 0000000..16392c7 Binary files /dev/null and b/images/Saw/poster.jpg differ diff --git a/images/The Ring/1.png b/images/The Ring/1.png new file mode 100644 index 0000000..622e9a3 Binary files /dev/null and b/images/The Ring/1.png differ diff --git a/images/The Ring/2.png b/images/The Ring/2.png new file mode 100644 index 0000000..4667cec Binary files /dev/null and b/images/The Ring/2.png differ diff --git a/images/The Ring/3.png b/images/The Ring/3.png new file mode 100644 index 0000000..c9c2fde Binary files /dev/null and b/images/The Ring/3.png differ diff --git a/images/The Ring/poster.jpg b/images/The Ring/poster.jpg new file mode 100644 index 0000000..28c7592 Binary files /dev/null and b/images/The Ring/poster.jpg differ diff --git a/main.js b/main.js index a943011..247b5b7 100644 --- a/main.js +++ b/main.js @@ -49,7 +49,7 @@ function revealButtons(g = guessNo){ - var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["A Nightmare on Elm Street",1,"Nancy Thompson"],["The Cabin in the Woods",2],["American Psycho",0]]; + var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["A Nightmare on Elm Street",1,"Nancy Thompson"],["It",1,"Eddie Kaspbrak"],["Rec",2,"Ángela Vidal"],["Saw",1,"Amanda Young"],["Final Destination",2,"Alex Browning"],["The Ring",0,"Rachel Keller"]]; var pix = []; // autocomplete(document.getElementById("guess"), movies); var gameBeginning = new Date('September 24, 2022 00:00:00');