Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 595 Bytes

QuizGame

Reads a CSV file and initiates a quiz through a CLI

https://courses.calhoun.io/lessons/les_goph_01

Usage

go run main.go quiz

To Do's

  • Be able to read CSV quiz + answers
  • Ask questions through CLI and read response from user
  • Add timer for quiz
  • Create a CLI app in Go

Tutorials I used

Learning how to create a Go CLI application using Cobra: https://dev.to/aurelievache/learning-go-by-examples-part-3-create-a-cli-app-in-go-1h43

Learning how to use the built-in csv parser in Go https://ankurraina.medium.com/reading-a-simple-csv-in-go-36d7a269cecd