diff --git a/Games/Dragon_Ball_Game/Readme.MD b/Games/Dragon_Ball_Game/Readme.MD new file mode 100644 index 0000000000..631e1d813f --- /dev/null +++ b/Games/Dragon_Ball_Game/Readme.MD @@ -0,0 +1,25 @@ +# Dragon Ball Quiz Game + +This is a simple JavaScript-based quiz game featuring questions from the Dragon Ball series. Players can test their knowledge by answering a series of multiple-choice questions. + +## Features + +- **Multiple-choice questions:** Each question has four possible answers, with only one correct answer. +- **Score tracking:** The game keeps track of the player's score and displays it at the end. +- **Feedback on wrong answers:** At the end of the quiz, players can see which questions they answered incorrectly along with the correct answers. + +## Getting Started + +### Prerequisites + +- A modern web browser (Google Chrome, Firefox, Safari, etc.) +- Basic knowledge of HTML, CSS, and JavaScript + +### How to Play + +1. Open the `index.html` file in a web browser. +2. The first question will be displayed with four possible answers. +3. Select the answer you think is correct and click the "Next" button. +4. Continue answering the questions until you reach the end of the quiz. +5. The game will display your score and provide feedback on any incorrect answers. + diff --git a/Games/Dragon_Ball_Game/background.jpg b/Games/Dragon_Ball_Game/background.jpg new file mode 100644 index 0000000000..22a3e6b8e5 Binary files /dev/null and b/Games/Dragon_Ball_Game/background.jpg differ diff --git a/Games/Dragon_Ball_Game/index.html b/Games/Dragon_Ball_Game/index.html new file mode 100644 index 0000000000..0ae534fbfd --- /dev/null +++ b/Games/Dragon_Ball_Game/index.html @@ -0,0 +1,26 @@ + + +
+ + +