added bufio and strings library to help me handle multi word answers to each question
13 lines
432 B
Markdown
13 lines
432 B
Markdown
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
|
|
- [x] put questions into separate questions bank
|