Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmkk01/cli-quiz-game-go

A CLI Quiz Game made with Go
https://github.com/dmkk01/cli-quiz-game-go

Last synced: about 1 month ago
JSON representation

A CLI Quiz Game made with Go

Awesome Lists containing this project

README

        

# CLI Quiz Game in Go

## Requirements
- Go

## Setup

Run the program
```
go run main.go --options
```

Build the program into executable
```
go build main.go
```
And run the executable
```
main --options
```

## Options
- `-csv` path to the csv file with question and answers
- `-limit` time limit for the question