From ba26db3941b2986c3e35747bf08f21d24bd47a45 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Wed, 25 Sep 2024 10:48:00 +0200 Subject: [PATCH] :sparkles: --- main.py | 2 +- questions.json | 14 +++++++------- templates/answer picture.html | 2 +- templates/answer.html | 2 +- templates/empty.html | 4 ++-- templates/main_board.html | 4 ++-- templates/question picture.html | 2 +- templates/question.html | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/main.py b/main.py index e8216a4..ed285ed 100644 --- a/main.py +++ b/main.py @@ -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) @app.route('/final') -def final_jeopardy(): +def final_geopardy(): question_text = QUESTIONS['final'][0] if question_text == "": diff --git a/questions.json b/questions.json index 73e22b6..a7b5f6b 100644 --- a/questions.json +++ b/questions.json @@ -3,18 +3,18 @@ "SONG TITLES + OUTER WILDS", "FLAGS", "THE SAW FRANCHISE", + "FINISH THE NIKOLAJ MESSAGE", "", - "", - "" + "MISC." ], "questions" : [ [ ["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"], ["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"], - ["",""] + ["The name of the comet + one of the most popular tabs on Ultimate Guitar","The InterloPerfect"] ], [ ["$","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 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)."], - ["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"], ["",""], ["",""], ["",""], diff --git a/templates/answer picture.html b/templates/answer picture.html index 916a960..7a93bf1 100644 --- a/templates/answer picture.html +++ b/templates/answer picture.html @@ -1,6 +1,6 @@ - Jeopardy + Geopardy diff --git a/templates/answer.html b/templates/answer.html index cf48b0e..76223e8 100644 --- a/templates/answer.html +++ b/templates/answer.html @@ -1,6 +1,6 @@ - Jeopardy + Geopardy diff --git a/templates/empty.html b/templates/empty.html index 56e9b92..1de1d8d 100644 --- a/templates/empty.html +++ b/templates/empty.html @@ -1,11 +1,11 @@ - Jeopardy + Geopardy - Jeopardy + Geopardy \ No newline at end of file diff --git a/templates/main_board.html b/templates/main_board.html index 8d17ec9..3ccac96 100644 --- a/templates/main_board.html +++ b/templates/main_board.html @@ -1,6 +1,6 @@ - Jeopardy + Geopardy @@ -25,7 +25,7 @@ {% else %} - Final Jeopardy + Final Geopardy {% endif %} diff --git a/templates/question picture.html b/templates/question picture.html index dc42d7d..42f2c4d 100644 --- a/templates/question picture.html +++ b/templates/question picture.html @@ -1,6 +1,6 @@ - Jeopardy + Geopardy diff --git a/templates/question.html b/templates/question.html index 34917e2..2a8e406 100644 --- a/templates/question.html +++ b/templates/question.html @@ -1,6 +1,6 @@ - Jeopardy + Geopardy