Made a word guessing game

The instructions were:
/* Create a title that says “I wanna play a Game” the style and font must invoke terror and fear on the user */

/* below the title should be subtitle that says: “Guess the correct word or else…” it must be in italic and the font style and color must be gloomier than the title */

/* the background of the titles should be black */

/* make an outline in the titles so that it highlights the text in the black background */

/* below the title add this image https://i1.sndcdn.com/artworks-000158277269-qwympz-t500x500.jpg */

/* below the image add another subtitle called Questions; the questions subtitle must have even gloomier style */

/* Add a score variable, display the score left and right of the image as its center, default value is 0 */

/* Score should have a different style and font must represent pure dread */

/* below Questions add a subtitle called “Question number 1:”; Question number 1 should be at the left and smaller than Questions */

/* Question number 1 should be smaller; the title font and style should be different from all the titles above */

/* make a quiz below question 1 with the words “Coffee”, “Cup”, and “Sugar”. */

/* “Coffee”, “Cup”, and “Sugar” should have a normal font and style, color should be white. */

/* ‘Plate, Spoon, Pastry, Tea’ must be interactable by user as clickable buttons */

/* below all of this add “Question number 2” */

/* Question number 2 follow the same parameters as question number 1 */

/* below Question number 2, add the following phrase “What is cut on a table, but is never eaten?” */

/* What is cut on a table, but is never eaten? has the same parameters as “Coffee”, “Cup”, and “Sugar” */

/* add below the phrase ‘Silverware, Soup, Plate, Cards’ must be interactable by user as clickable buttons */

/* if the correct option Cards is clicked +10 points to the score if the rest of the incorrect options are clicked -5 points to the score */

/* below all add “Question number 3” */

/* Question number 3 follow the same parameters as question number 1 and 2 */

/* below Question number 3, add the following phrase “How do you know that you exist?” */

/* How do you know that you exist? has the same parameters as “Coffee”, “Cup”, and “Sugar” */

/* add below the phrases ‘Because i suffer, Because i feel joy, Because of God, Because i think’ must be interactable by user as clickable buttons */

/* if the correct option “Because i think” is clicked +10 points to the score if the rest of the incorrect options are clicked -5 points to the score */

/* if the score is -15 points the following jumpscare must pop up to the user https://i.pinimg.com/originals/38/01/f1/3801f1de2588915047ad319a25ef309b.gif; Also game is resetted to default */

/* if the score is +20 points the following jumpscare must pop up to the user https://c.tenor.com/QbC3Nishms4AAAAC/saw-jigsaw.gif; Also, game is resetted to default */

/* once an option is clicked it is not interactable anymore and it disappears from the screen */

3 Likes

This is soooo good! Great job! Incredibly creative! Do you normally make stuff like this?

1 Like

The fact you used their JS playground to do it is crazy.

yes in the past did a hangman game
this one looked way cooler and good but forgot to save the prompt instructions

this one works but limited set of words and again forgot to save the prompt instructions (there is a bug with the word hello shows multiple times even though is not the only one)

1 Like

took a couple trys this 2 dont work, the third time is the charm

1 Like