/quiz-game

Primary LanguageGoMIT LicenseMIT

quiz-game

Personal edition of Gophercises #1, quiz game

Credit: https://www.gophercises.com

  • Phenomenal resource with lots of Go tutorials.

Basic text-based quiz game in Go.

Program takes a CSV file with questions & answers as input and gives the user a time limit to answer all questions.

Results will then be displayed--any questions left incomplete will be counted as wrong.

Flags are -limit and -csv