Skip to content

sadityakumar9211/go-quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Game

This is a simple CLI tool utilizing flag package from Go and reading a CSV file of problems and a duration and spinning a quiz game of shuffled problem set from CSV file for specified duration in the console.

Usage

Usage of /var/folders/gn/x2p7hl2j66s0ydn_tzsxjhg80000gn/T/go-build1318027890/b001/exe/main:
  -file string
        Specify a CSV file containing records (default "problems.csv")
  -limit int
        Specify a quiz duration (default 30)

Related Read:

https://saditya9211.hashnode.dev/building-a-cli-quiz-application-in-go

About

A CLI tool for time bound quizzes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages