Skip to content

Getting familiar with Golang by building a quiz game on the CL.

Notifications You must be signed in to change notification settings

niibruce/GoQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoQuiz

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}

Arguments

  • 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

About

Getting familiar with Golang by building a quiz game on the CL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages