This commit is contained in:
Nikolaj
2024-09-25 10:48:00 +02:00
parent 858d0bfcbd
commit ba26db3941
8 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ def main_page():
return flask.render_template("main_board.html", categories=QUESTIONS["categories"], game_state=game_encoding, draw_cells=game_state, empty=empty) return flask.render_template("main_board.html", categories=QUESTIONS["categories"], game_state=game_encoding, draw_cells=game_state, empty=empty)
@app.route('/final') @app.route('/final')
def final_jeopardy(): def final_geopardy():
question_text = QUESTIONS['final'][0] question_text = QUESTIONS['final'][0]
if question_text == "": if question_text == "":

View File

@@ -3,18 +3,18 @@
"SONG TITLES + OUTER WILDS", "SONG TITLES + OUTER WILDS",
"FLAGS", "FLAGS",
"THE SAW FRANCHISE", "THE SAW FRANCHISE",
"FINISH THE NIKOLAJ MESSAGE",
"", "",
"", "MISC."
""
], ],
"questions" : [ "questions" : [
[ [
["Taylor Swift's first song (alphabetically) + how long the Outer Wilds time loop is","22 minutes"], ["Taylor Swift's first song (alphabetically) + how long the Outer Wilds time loop is","22 minutes"],
["NSYNC's biggest single + What the Nomai constructed the ATP to find","Bye Bye Beye of the Universe"], ["NSYNC's biggest single + What the Nomai constructed the ATP to find","Bye Bye Beye of the Universe"],
["Elphaba's signature song in Wicked + The main source of thrust for Nomai spaceships","Defying Gravity cannon"], ["Elphaba's signature song in Wicked + The main source of thrust for Nomai spaceships","Defying Gravity cannon"],
["The lead single of Sabrina Carpenter's 2024 album + The Nomai you meet at the quantum moon","Espressolanum"], ["The lead single of Sabrina Carpenter's 2024 album + The Nomai you meet at the quantum moon","EspresSolanum"],
["Bonnie Tyler's biggest hit + The citizens of the starting planet","Total Eclipse of the Hearthians"], ["Bonnie Tyler's biggest hit + The citizens of the starting planet","Total Eclipse of the Hearthians"],
["",""] ["The name of the comet + one of the most popular tabs on Ultimate Guitar","The InterloPerfect"]
], ],
[ [
["$","Danish flag"], ["$","Danish flag"],
@@ -30,10 +30,10 @@
["$","The backwards cap was to be incognito, since this flashback takes place after he has become a public figure. The flashback is even after several of the Saw movies, where he already looked like that."], ["$","The backwards cap was to be incognito, since this flashback takes place after he has become a public figure. The flashback is even after several of the Saw movies, where he already looked like that."],
["The final 3 words said in the most recent Saw movie","\"Epic bad luck\""], ["The final 3 words said in the most recent Saw movie","\"Epic bad luck\""],
["All 4 canonical Jigsaw apprentices, in order of when they were revealed (may use the nicknames I used in my presentation)","Amanda Young ♥, Mark Hoffman (Mr. Lips), Dr. Lawrence Gordon, and Logan Nelson (this guy)."], ["All 4 canonical Jigsaw apprentices, in order of when they were revealed (may use the nicknames I used in my presentation)","Amanda Young ♥, Mark Hoffman (Mr. Lips), Dr. Lawrence Gordon, and Logan Nelson (this guy)."],
["The reason Jill changes the rules of a trap for Hoffman, making it nearly impossible to survive, at the end of Saw VI.","She learned that Hoffman had blackmailed Amanda to shoot Lynn in Saw III, which ultimately lead to Jeff killing John."] ["The reason Jill changes the rules of a trap for Hoffman at the end of Saw VI, making it nearly impossible to survive.","She learned that Hoffman had blackmailed Amanda to shoot Lynn in Saw III, which ultimately lead to Jeff killing John."]
], ],
[ [
["",""], ["","Miss Information"],
["",""], ["",""],
["",""], ["",""],
["",""], ["",""],
@@ -49,7 +49,7 @@
["",""] ["",""]
], ],
[ [
["",""], ["Popularized in the early 2000's, this canine word is the setup for a pun, similar to jokes like 'ligma' and 'bofa'","Updog"],
["",""], ["",""],
["",""], ["",""],
["",""], ["",""],

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Jeopardy</title> <title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Jeopardy</title> <title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>

View File

@@ -1,11 +1,11 @@
<html> <html>
<head> <head>
<title>Jeopardy</title> <title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>
<a class="title" href="/board"> <a class="title" href="/board">
Jeopardy Geopardy
</a> </a>
</body> </body>
</html> </html>

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Jeopardy</title> <title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>
@@ -25,7 +25,7 @@
</table> </table>
{% else %} {% else %}
<a class="title" href="/final"> <a class="title" href="/final">
Final Jeopardy Final Geopardy
</a> </a>
{% endif %} {% endif %}
</body> </body>

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Jeopardy</title> <title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Jeopardy</title> <title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>