Getting familiar with Golang by building a quiz game on the CL. GoQuiz is a command line application to run timed, arithmetic quizzes.
go run ./GoQuiz -csv {csv filename} -time {time limit in seconds} -shuffle {shuffle}
- filename - name of the CSV file containing the questions. One question per line in the format: Question, Answer. Default value is problems_test.csv.
- time - time in seconds available to answer all questions. Quiz stops after the time is reached. Default value is 5 seconds.
- shuffle - optional flag to shuffle the questions