Skip to content

nairdua/gophercise-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gophercise-quiz

Gophercise exercise no.1 (Quiz Game)

Brief

Part 1 of the Gophercises course, a quiz game written in Go.

How to run

  1. Clone repository
  2. Navigate to directory
  3. In directory, execute go run main.go
  4. There are two flags:
    • --path allows you to use other files as the problem sheet by typing its path. It must be a .csv file with two columns. The first column is the text while the second column is the expected answer. By default, it will point to the packaged problems.csv.
    • --time allows you to define a custom time limit for the entire quiz (in seconds). By default, it's set to 30 seconds.

About

Gophercise exercise no.1 (Quiz Game)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages