made some adjustments in the movie list
BIN
images/10 Cloverfield Lane/1.png
Normal file
After Width: | Height: | Size: 338 KiB |
BIN
images/10 Cloverfield Lane/2.png
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
images/10 Cloverfield Lane/3.png
Normal file
After Width: | Height: | Size: 344 KiB |
BIN
images/10 Cloverfield Lane/poster.jpg
Normal file
After Width: | Height: | Size: 171 KiB |
BIN
images/28 Days Later/1.png
Normal file
After Width: | Height: | Size: 715 KiB |
BIN
images/28 Days Later/2.png
Normal file
After Width: | Height: | Size: 832 KiB |
BIN
images/28 Days Later/3.png
Normal file
After Width: | Height: | Size: 711 KiB |
BIN
images/28 Days Later/poster.jpg
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
images/Halloween/1.png
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
images/Halloween/2.png
Normal file
After Width: | Height: | Size: 257 KiB |
BIN
images/Halloween/3.png
Normal file
After Width: | Height: | Size: 441 KiB |
BIN
images/Halloween/poster.jpg
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
images/The Invisible Man/1.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
images/The Invisible Man/2.png
Normal file
After Width: | Height: | Size: 392 KiB |
BIN
images/The Invisible Man/3.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
images/The Invisible Man/poster.jpg
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
images/The Ruins/1.png
Normal file
After Width: | Height: | Size: 283 KiB |
BIN
images/The Ruins/2.png
Normal file
After Width: | Height: | Size: 229 KiB |
BIN
images/The Ruins/3.png
Normal file
After Width: | Height: | Size: 187 KiB |
BIN
images/The Ruins/poster.jpg
Normal file
After Width: | Height: | Size: 350 KiB |
BIN
images/Triangle/1.png
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
images/Triangle/2.png
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
images/Triangle/3.png
Normal file
After Width: | Height: | Size: 147 KiB |
BIN
images/Triangle/poster.jpg
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
images/Videodrome/1.png
Normal file
After Width: | Height: | Size: 413 KiB |
BIN
images/Videodrome/2.png
Normal file
After Width: | Height: | Size: 590 KiB |
BIN
images/Videodrome/3.png
Normal file
After Width: | Height: | Size: 633 KiB |
BIN
images/Videodrome/poster.jpg
Normal file
After Width: | Height: | Size: 254 KiB |
@ -284,7 +284,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@10.2.7/dist/autoComplete.min.js"></script>
|
||||
|
||||
<script src="main.js?10"></script>
|
||||
<script src="main.js?11"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
12
main.js
@ -75,6 +75,13 @@ var movies = [
|
||||
["Annabelle",1,"Mia Form"],
|
||||
["The Thing",1,"R.J. MacReady"],
|
||||
["Dawn of the Dead",2,"Francine Parker"],
|
||||
["Videodrome",2,"Bianca O'Blivion"],
|
||||
["The Invisible Man",2,"Cecilia Kass"],
|
||||
["Triangle",0,"Jess"],
|
||||
["10 Cloverfield Lane",1,"Michelle"],
|
||||
["The Ruins",2,"Amy"],
|
||||
["28 Days Later",1,"Jim"],
|
||||
["Halloween",2,"Laurie Strode"],
|
||||
["Escape Room"],
|
||||
["The Shining"],
|
||||
["Psycho"],
|
||||
@ -85,7 +92,6 @@ var movies = [
|
||||
["Night of the Living Dead"],
|
||||
["Possession"],
|
||||
["The Cremator"],
|
||||
["Videodrome"],
|
||||
["Nosferatu"],
|
||||
["Repulsion"],
|
||||
["Evil Dead II"],
|
||||
@ -109,7 +115,6 @@ var movies = [
|
||||
["The Unknown"],
|
||||
["Invasion of the Body Snatchers"],
|
||||
["The Fall of the House of Usher"],
|
||||
["Halloween"],
|
||||
["Jacob's Ladder"],
|
||||
["The Birds"],
|
||||
["Rapture"],
|
||||
@ -117,7 +122,6 @@ var movies = [
|
||||
["Eyes Without a Face"],
|
||||
["King Kong"],
|
||||
["Frankenstein"],
|
||||
["The Invisible Man"],
|
||||
["Invasion of the Body Snatchers"],
|
||||
["An American Werewolf in London"],
|
||||
["Kuroneko"],
|
||||
@ -1052,7 +1056,7 @@ var movies = [
|
||||
];
|
||||
var pix = [];
|
||||
// autocomplete(document.getElementById("guess"), movies);
|
||||
var gameBeginning = new Date('September 30, 2022 00:00:00');
|
||||
var gameBeginning = new Date('September 23, 2022 00:00:00');
|
||||
var countDownTime = new Date();
|
||||
var present_date = new Date();
|
||||
// var present_date = new Date('September 26, 2022 00:00:00');
|
||||
|