Skip to content

This is the implementation of the frist exercise of the Gophercises course

License

Notifications You must be signed in to change notification settings

nicolas-sabbatini/go-quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Quiz Game

Description

This is the implementation of the frist exercise of the Gophercises course.
It is a simple quiz game that reads a CSV file with questions and answers and asks the user to answer them.
The CSV must contain the limit for the quiz in the first row (see example quiz). The quiz is over when the time limit is reached or when the user answers all the questions.
At the end of the quiz the user can see how many questions he answered correctly.

Usage

go run main.go -path="input/test-1.csv"

or

make run args="-path=input/test-1.csv"

About

This is the implementation of the frist exercise of the Gophercises course

Topics

Resources

License

Stars

Watchers

Forks