Skip to content

staringrail/cli-quiz-game-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI Quiz Game written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages