{"id":20618554,"url":"https://github.com/englishexe/quiz-game-in-cpp","last_synced_at":"2025-03-06T19:44:14.402Z","repository":{"id":187748778,"uuid":"677502823","full_name":"Englishexe/Quiz-Game-In-CPP","owner":"Englishexe","description":"README.md not made.","archived":false,"fork":false,"pushed_at":"2023-08-14T12:05:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T05:06:52.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Englishexe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-11T18:32:30.000Z","updated_at":"2023-08-11T18:33:22.000Z","dependencies_parsed_at":"2023-08-12T02:23:17.080Z","dependency_job_id":"9cd6ad06-bced-491f-9b98-3b0e1ed1d971","html_url":"https://github.com/Englishexe/Quiz-Game-In-CPP","commit_stats":null,"previous_names":["englishexe/quiz-game-in-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Englishexe%2FQuiz-Game-In-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Englishexe%2FQuiz-Game-In-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Englishexe%2FQuiz-Game-In-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Englishexe%2FQuiz-Game-In-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Englishexe","download_url":"https://codeload.github.com/Englishexe/Quiz-Game-In-CPP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277658,"owners_count":20101536,"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":[],"created_at":"2024-11-16T12:08:53.075Z","updated_at":"2025-03-06T19:44:14.384Z","avatar_url":"https://github.com/Englishexe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cb\u003eQuiz-Game-In-CPP\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cu\u003eProject Status: 🟢 - Complete\u003c/u\u003e\u003c/p\u003e\n\u003ch3 align=\"left\"\u003e\u003cu\u003eOverview:\u003c/u\u003e\u003c/h3\u003e\n\u003cp align=\"left\"\u003eIn this project I made a quiz game with very simple questions using C++. (What year was C++ created?, Who invented C++?, What is the predecessor of C++?, Is the earth flat?)\u003c/p\u003e\n\u003ch3 align=\"left\"\u003e\u003cu\u003eLangauges:\u003c/u\u003e\u003c/h3\u003e\n\u003ca href=\"https://cplusplus.com\" target=\"_blank\" rel=\"noreferrer\"\u003e \n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/ISO_C%2B%2B_Logo.svg/1200px-ISO_C%2B%2B_Logo.svg.png\" alt=\"CPP\" width=\"40\" height=\"45\"/\u003e \u003c/a\u003e\n\u003ch3 align=\"left\"\u003e\u003cu\u003eTools:\u003c/u\u003e\u003c/h3\u003e\n\u003ca href=\"https://code.visualstudio.com\" target=\"_blank\" rel=\"noreferrer\"\u003e \n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Visual_Studio_Code_1.35_icon.svg/2048px-Visual_Studio_Code_1.35_icon.svg.png\" alt=\"VisualStudioCode\" width=\"40\" height=\"40\"/\u003e \n\u003ca href=\"https://gcc.gnu.org\" target=\"_blank\" rel=\"noreferrer\"\u003e \n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/GNU_Compiler_Collection_logo.svg/1736px-GNU_Compiler_Collection_logo.svg.png\" alt=\"GCC\" width=\"40\" height=\"45\"/\u003e \u003c/a\u003e\n\u003ch3 align=\"left\"\u003e\u003cu\u003eDescription:\u003c/u\u003e\u003c/h3\u003e\n\u003cp align=\"left\"\u003eUsing CPP, VScode and GCC I have created a quiz game. When ran the first question will appear (What year was C++ created?) the user will be displayed 4 options, they can choose one by typing in the corresponding letter below. Once the user made their selection the program will check if the answer was correct, if it was the score variable will increase by one, if not the correct answer will be displayed.\u003c/p\u003e\n\u003ch3 align=\"left\"\u003e\u003cu\u003eDeveloper Docs\u003c/u\u003e\u003c/h3\u003e\n\u003ch4\u003eFor forking \u0026 bug fixing - Incomplete\u003c/h4\u003e\n\u003cp align=\"left\"\u003eVariables:\u003cbr\u003equestions (array) - Contains all 4 questions\u003cbr\u003eoptions (2d array) - Contains all possible options for each question\u003cbr\u003eanswerKey (array) - Contains the correct answer letters\u003cbr\u003esize ( int) - Contains the size of questions\u003cbr\u003eguess (char) - Contains the users guess\u003cbr\u003escore (int) - The users score in numbers\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003e12/08/23 - V1 - Final\u003c/b\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenglishexe%2Fquiz-game-in-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenglishexe%2Fquiz-game-in-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenglishexe%2Fquiz-game-in-cpp/lists"}