Anime Quick Quiz is a web-based quiz game that tests your knowledge of anime. The game dynamically fetches questions from an online trivia database and tracks your score as you progress through the quiz. At the end of the game, you can save your high score and see how you rank against yourself👉(Working on making it PvP - Reach me for collaborations).
- Web browser
- Internet connection
- Anime Knowledge
- Visit the live site: Anime Quick Quiz
- Click "Play" to start the quiz.
- Answer the multiple-choice questions as they appear.
- Your score will be updated in real-time after each question.
- At the end of the quiz, you can enter your username to save your high score.
- Download or clone the repository to your local machine:
git clone https://github.com/yourusername/anime-quick-quiz.git
- Navigate to the project directory:
cd anime-quick-quiz
Appreciated 🐐
- Open an issue to discuss your idea.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m 'Add feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
- Not PvP
- Mediaqueries for game.css
This project is based on a tutorial by James Q Quick. You can find the tutorial playlist here.