Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmkk01/cli-quiz-game-go
- Owner: Dmkk01
- Created: 2022-10-05T14:34:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T15:19:12.000Z (about 2 years ago)
- Last Synced: 2024-06-21T03:29:33.466Z (6 months ago)
- Language: Go
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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