{"id":19720197,"url":"https://github.com/aburraq/triviaquiz","last_synced_at":"2026-05-18T17:08:54.350Z","repository":{"id":211797476,"uuid":"729964903","full_name":"Aburraq/TriviaQuiz","owner":"Aburraq","description":"Created this simple trivia game for some holiday family fun! I began with a few ideas but found inspiration in a helpful tutorial from \"Begin Coding Fast\" on YouTube. Utilizing resource files for questions and an answer key for validation, this game aims to provide an enjoyable experience. Special thanks to \"Begin Coding Fast\" for linked tutorial.","archived":false,"fork":false,"pushed_at":"2023-12-10T22:36:46.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T14:53:37.018Z","etag":null,"topics":["arraylist","arrays","bufferreader","collections","filereader","java","stringbuffer","trivia-game","trivia-quiz-game"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=28kAWFjaugY\u0026list=PLtQo0sxRN7JKKla3_GAF05dySjyy3nINa\u0026index=25","language":"Java","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/Aburraq.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-10T22:06:14.000Z","updated_at":"2023-12-10T22:20:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"60140880-007c-4ff8-a1e4-2407955bdbd4","html_url":"https://github.com/Aburraq/TriviaQuiz","commit_stats":null,"previous_names":["aburraq/triviaquiz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aburraq/TriviaQuiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FTriviaQuiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FTriviaQuiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FTriviaQuiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FTriviaQuiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aburraq","download_url":"https://codeload.github.com/Aburraq/TriviaQuiz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FTriviaQuiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33184833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["arraylist","arrays","bufferreader","collections","filereader","java","stringbuffer","trivia-game","trivia-quiz-game"],"created_at":"2024-11-11T23:10:42.904Z","updated_at":"2026-05-18T17:08:54.316Z","avatar_url":"https://github.com/Aburraq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trivia Quiz Game\n\n## Description\nThis repository contains two distinct packages within the same Java project, each implementing a different approach to a trivia quiz game.\n\n### Package 1: TriviaQuiz\nThe first package implements the trivia game using ArrayLists, arrays, and collections. It manages questions, answers, and user responses within these data structures. This version utilizes in-memory data handling for the game logic.\n\n### Package 2: TriviaFileReader\nThe second package follows an alternate approach. It obtains questions from a file and employs a StringBuffer for efficient question handling. This version checks the player's answer against an answer key obtained from the file.\n\n## Features of Each Package\n### Package 1\n- Utilizes ArrayLists, arrays, and collections for data handling\n- Manages questions and answers within these data structures\n- Implements game logic using in-memory data management\n\n### Package 2\n- Retrieves questions from a file for improved scalability\n- Utilizes StringBuffer for efficient question handling\n- Compares player answers with an answer key obtained from the file\n\n## Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Aburraq/TriviaQuiz.git\n2. Revise file source name according to your computer and optionally questions(I know they are little lame).\n\n## Usage\n- Both packages exist within the same project and can be accessed separately.\n- Follow the specific instructions within each package's directory to run the respective game.\n\n## File Structure\n- `TriviaQuiz`: Contains the code for the first package.\n- `TriviaFileReader`: Contains the code for the second package.\n\n## Contributing\nContributions to enhance either package are welcome! Feel free to fork the repository and submit pull requests.\n\n## Acknowledgements\n- Both packages are different implementations of the trivia quiz game within the same project.\n- Each package offers a unique approach to handling game logic and question management.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburraq%2Ftriviaquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faburraq%2Ftriviaquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburraq%2Ftriviaquiz/lists"}