A command line interface trivia game with questions from my favorite video game series, Kingdom Hearts.
added bufio and strings library to help me handle multi word answers to each question |
||
---|---|---|
main | ||
main.go | ||
questions.csv | ||
README.md |
This is a command line trivia game with questions from my favorite video game series, Kingdom Hearts!
You can easily swap the existing csv file of trivia questions to create your own trivia game!
The program cycles through the provided questions and requests an answer. At the end of the questions, the score is tallied and a percentage is given.
TODO
- [] add colors and images
- put questions into separate questions bank