BrainBlitz is a command-line tool designed to challenge and enhance your knowledge in various topics through interactive quizzes.
- Choose from a variety of quiz topics, including General Knowledge, Swift Programming, and more.
- Test your knowledge with multiple-choice questions.
- Get instant feedback on your answers.
- Enjoy a fun and educational experience right from your terminal.
-
Build the CLI tool using the following command:
swift build -c release -
Copy the built executable to a location accessible in your terminal:
cp -f .build/release/BrainBlitz /usr/local/bin/BrainBlitzThis makes the tool available globally using the
brainblitzcommand.
-
Launch the BrainBlitz tool by entering the following command in your terminal:
brainblitz start -
Choose a quiz topic from the menu and begin answering questions.
-
Follow the on-screen instructions to select your answer and receive feedback.
Contributions are welcome! If you'd like to add more quiz topics, questions, or features, feel free to fork this repository and submit a pull request.