diff --git a/Games/King_Of_Pirates_Quiz/README.md b/Games/King_Of_Pirates_Quiz/README.md new file mode 100644 index 0000000000..e239f34954 --- /dev/null +++ b/Games/King_Of_Pirates_Quiz/README.md @@ -0,0 +1,48 @@ +# One Piece Quiz + +This is a simple quiz application based on the popular anime and manga series, One Piece. The quiz tests your knowledge of the series with a set of questions. The application is built using HTML, CSS, and JavaScript. + +## Table of Contents + +- [Project Overview](#project-overview) +- [Features](#features) +- [Technologies Used](#technologies-used) +- [Usage](#usage) +- [Contributing](#contributing) + + +## Project Overview + +The One Piece Quiz is a web application that presents the user with a series of questions related to One Piece. Each question has multiple choice answers, and the user can select the correct answer to proceed to the next question. At the end of the quiz, the user receives a score based on their answers. + +## Features + +- A series of multiple choice questions related to One Piece +- Next question button to proceed through the quiz +- Score calculation and display at the end of the quiz +- Responsive design for various screen sizes + +## Technologies Used + +- HTML +- CSS +- JavaScript +- Google Fonts + + + +## Usage + +1. Open the `index.html` file in your web browser. +2. Click the "Next Question" button to proceed through the quiz. +3. Select the correct answer for each question. +4. At the end of the quiz, view your score. + + + +## Contributing + +Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. Ensure that your code follows the existing code style and includes tests where applicable. + + + diff --git a/Games/King_Of_Pirates_Quiz/background.jpg b/Games/King_Of_Pirates_Quiz/background.jpg new file mode 100644 index 0000000000..d02228d699 Binary files /dev/null and b/Games/King_Of_Pirates_Quiz/background.jpg differ diff --git a/Games/King_Of_Pirates_Quiz/index.html b/Games/King_Of_Pirates_Quiz/index.html new file mode 100644 index 0000000000..f1a00d71dd --- /dev/null +++ b/Games/King_Of_Pirates_Quiz/index.html @@ -0,0 +1,26 @@ + + +
+ + +