https://github.com/nahumsa/quiz-golang
Quiz on the command line using Golang
https://github.com/nahumsa/quiz-golang
Last synced: about 2 months ago
JSON representation
Quiz on the command line using Golang
- Host: GitHub
- URL: https://github.com/nahumsa/quiz-golang
- Owner: nahumsa
- Created: 2020-08-05T23:27:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T23:35:29.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T12:26:56.385Z (over 2 years ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz on the command line using Golang
In this exercise, based on the [Gophercises](https://github.com/gophercises/quiz), I implemented a quiz game on the command line using Go.
Flags:
- "csv": Used for specifying your .csv file for the quiz. (default = 'questions.csv')
- "limit": Choose the time limit of your quiz in seconds. (default = 30)
- "shuffle": Choose if you want the questions shuffled on every run. (default = true)