Guess the Author is a web-based game where players attempt to match quotes with their respective authors. Test your knowledge of famous quotes and authors with this fun and educational game!
- Fetches random quotes from the Quotable API
- Provides multiple choice options for the author of each quote
- Tracks user score and remaining lives
- Responsive design for optimal viewing on various devices
- Visit the Guess the Author Game website.
- Read the quote displayed on the screen.
- Choose the correct author from the list of options provided.
- Click on your chosen author.
- Receive immediate feedback on your choice:
- If correct, your score increases, and a new quote appears.
- If incorrect, you lose a life. You have three lives in total.
- Continue playing until you've completed 10 rounds or run out of lives.
- After the game ends, see your final score and restart the game if desired.
- HTML
- CSS
- JavaScript
If you'd like to contribute to the development of Guess the Author, follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
- Quotable API: Source of quotes and authors