{"id":20852560,"url":"https://github.com/vpayno/gophercises-quizgame","last_synced_at":"2026-06-04T17:31:02.623Z","repository":{"id":51088680,"uuid":"519900817","full_name":"vpayno/gophercises-quizgame","owner":"vpayno","description":"Gophercises Quiz Game Implementation","archived":false,"fork":false,"pushed_at":"2022-08-07T20:23:42.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T06:26:20.238Z","etag":null,"topics":["example-project","golang","learn-by-doing","learning-golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vpayno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-07-31T22:30:54.000Z","updated_at":"2022-08-07T18:34:18.000Z","dependencies_parsed_at":"2022-08-12T22:40:12.378Z","dependency_job_id":null,"html_url":"https://github.com/vpayno/gophercises-quizgame","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpayno%2Fgophercises-quizgame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpayno%2Fgophercises-quizgame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpayno%2Fgophercises-quizgame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpayno%2Fgophercises-quizgame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpayno","download_url":"https://codeload.github.com/vpayno/gophercises-quizgame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243222207,"owners_count":20256228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example-project","golang","learn-by-doing","learning-golang"],"created_at":"2024-11-18T03:18:03.411Z","updated_at":"2025-03-12T13:11:27.828Z","avatar_url":"https://github.com/vpayno.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/vpayno/gophercises-quizgame)](https://goreportcard.com/report/github.com/vpayno/gophercises-quizgame)\n[![Go Workflow](https://github.com/vpayno/gophercises-quizgame/actions/workflows/go.yml/badge.svg)](https://github.com/vpayno/gophercises-quizgame/actions/workflows/go.yml)\n[![Bash Workflow](https://github.com/vpayno/gophercises-quizgame/actions/workflows/bash.yml/badge.svg)](https://github.com/vpayno/gophercises-quizgame/actions/workflows/bash.yml)\n[![Git Workflow](https://github.com/vpayno/gophercises-quizgame/actions/workflows/git.yml/badge.svg)](https://github.com/vpayno/gophercises-quizgame/actions/workflows/git.yml)\n[![Link Check Workflow](https://github.com/vpayno/gophercises-quizgame/actions/workflows/links.yml/badge.svg)](https://github.com/vpayno/gophercises-quizgame/actions/workflows/links.yml)\n[![Woke Workflow](https://github.com/vpayno/gophercises-quizgame/actions/workflows/woke.yml/badge.svg)](https://github.com/vpayno/gophercises-quizgame/actions/workflows/woke.yml)\n\n![Coverage](./reports/.octocov-coverage.svg)\n![Code2Test Ratio](./reports/.octocov-ratio.svg)\n\n# Gophercises Quiz Game Implementation\n\n## Gophercises Info\n\n- [Website](https://courses.calhoun.io/lessons/les_goph_01)\n- [GitHub](https://github.com/gophercises/quiz)\n\n## How to Install\n\nUsing `go install`\n\n```\n$ go install github.com/vpayno/gophercises-quizgame/cmd/gophercises-quizgame@latest\n```\n\nor\n\n```\n$ git clone https://github.com/vpayno/gophercises-quizgame.git\n$ cd gophercises-quizgame\n$ make install\n```\n\n## Usage\n\n```\n$ go run ./cmd/gophercises-quizgame/gophercises-quizgame.go --help\nUsage of /tmp/go-build172411189/b001/exe/gophercises-quizgame:\n  -csv string\n        a csv file in the format of 'question,answwer' (default \"./data/problems.csv\")\n  -limit int\n        the time limit for the quiz in seconds (default 30)\n  -shuffle\n        shuffle the questions\n  -version\n        show the app version\n```\n\n## How to Play\n\nYou have 30 seconds to answer all the questions.\n\n```\n$ go run ./cmd/gophercises-quizgame/gophercises-quizgame.go\nGophercise Quiz App Version 0.0.0\n\n\nYou have 30 seconds to answer 12 question.\n\n1) 5+5 =\nTime's up!\n\nYou scored 0 out of 12 points (0%).\n```\n\n```\n$ go run ./cmd/gophercises-quizgame/gophercises-quizgame.go\nGophercise Quiz App Version 0.0.0\n\n\nYou have 30 seconds to answer 12 question.\n\n1) 5+5 = 10\n2) 1+1 = 0\n3) 8+3 = 11\n4) 1+2 = 3\n5) 8+6 = 14\n6) 3+1 = 4\n7) 1+4 = 5\n8) 5+1 = 6\n9) 2+3 = 5\n10) 3+3 = 6\n11) 2+4 = 6\n12) 5+2 = 7\n\nYou scored 11 out of 12 points (92%).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpayno%2Fgophercises-quizgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpayno%2Fgophercises-quizgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpayno%2Fgophercises-quizgame/lists"}