{"id":15172820,"url":"https://github.com/loeweguckmal/fruit-hunt","last_synced_at":"2026-01-24T07:36:26.857Z","repository":{"id":240233081,"uuid":"802053916","full_name":"LoeweGuckmal/Fruit-Hunt","owner":"LoeweGuckmal","description":"A 1vs.1 game","archived":false,"fork":false,"pushed_at":"2024-05-18T20:51:21.000Z","size":770,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T09:42:28.682Z","etag":null,"topics":["game","pygame-games","raspberry-pi","raspberry-pi-3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/LoeweGuckmal.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-17T12:35:56.000Z","updated_at":"2024-05-18T20:51:25.000Z","dependencies_parsed_at":"2024-05-17T13:52:35.319Z","dependency_job_id":"41be0762-e1ae-4bb6-9ad9-5b9cbe912655","html_url":"https://github.com/LoeweGuckmal/Fruit-Hunt","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"8d9af3826e3f88791834889994bfaf0cf680abb1"},"previous_names":["loeweguckmal/fruit-hunt"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeweGuckmal%2FFruit-Hunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeweGuckmal%2FFruit-Hunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeweGuckmal%2FFruit-Hunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeweGuckmal%2FFruit-Hunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoeweGuckmal","download_url":"https://codeload.github.com/LoeweGuckmal/Fruit-Hunt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239686120,"owners_count":19680460,"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":["game","pygame-games","raspberry-pi","raspberry-pi-3"],"created_at":"2024-09-27T10:20:23.606Z","updated_at":"2025-12-16T10:30:24.383Z","avatar_url":"https://github.com/LoeweGuckmal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv class=\"container\"\u003e\n    \u003ch1\u003eFruit-Hunt\u003c/h1\u003e\n    \u003cp\u003e\u003cspan class=\"highlight\"\u003eFruit-Hunt\u003c/span\u003e is an exciting 1 vs. 1 game, programmed by Balog and me, LoeweGuckmal. It offers two thrilling versions:\u003c/p\u003e\n    \u003cul\u003e\n        \u003cli\u003eA version for the \u003cspan class=\"highlight\"\u003eRaspberry Pi\u003c/span\u003e with a 7-segment display and buzzer.\u003c/li\u003e\n        \u003cli\u003eA version that can be played on any device with python installed.\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003cp\u003eDive into the world of Fruit-Hunt and enjoy the fun on your preferred device!\u003c/p\u003e\n\u003c/div\u003e\n\u003ch1\u003eTroubleshooting Fruit-Hunt\u003c/h1\u003e\n\u003cp\u003eIf you try to start the game and it doesn't work or you receive an error message, please follow the steps below:\u003c/p\u003e\n\u003ch2\u003e1. Check the error message\u003c/h2\u003e\n\u003cp\u003eLook at the error message displayed in the terminal or console. It might give you clues about what the problem is. Example:\u003c/p\u003e\n\u003cimg src=\"error.png\" alt=\"Error example\"\u003e\n\u003ch2\u003e2. Install missing dependencies\u003c/h2\u003e\n\u003cp\u003eMake sure you have all the required Python packages installed. You can install these with \u003ccode\u003epip\u003c/code\u003e. Open a terminal or command line and run the following commands:\n\u003cdiv class=\"pip-command\"\u003e\n    \u003ccode\u003epip install pygame\u003c/code\u003e\n\u003c/div\u003e\n\u003cdiv class=\"pip-command\"\u003e\n    \u003ccode\u003epip install colorama\u003c/code\u003e\n\u003c/div\u003e\u003c/p\u003e\n\u003cp\u003eExample:\u003c/p\u003e\n\u003cimg src=\"pip.png\" alt=\"Pip install example\"\u003e\n\u003cp\u003eThese commands install the necessary libraries \u003ccode\u003epygame\u003c/code\u003e and \u003ccode\u003ecolorama\u003c/code\u003e. If you receive other error messages, check if additional libraries are missing and install them accordingly.\u003c/p\u003e\n\u003cp\u003eThe game should now be able to run by double-clicking on the file. Good luck and have fun with the game!\u003c/p\u003e\n\u003ch2\u003e3. Setting up the Raspberry Pi\u003c/h2\u003e\n\u003cp\u003eIf you want to use the game with a Raspberry Pi, you need to connect the components as shown:\u003c/p\u003e\n\u003cimg src=\"connection_diagram.jpg\" alt=\"Raspberry Pi Connection Diagram\"\u003e\n\u003cp\u003eFollow the diagram to properly connect the 7-segment display and buzzer to your Raspberry Pi. Once connected, power on your Raspberry Pi and run the game as usual. Enjoy playing Fruit-Hunt with your Raspberry Pi setup!\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floeweguckmal%2Ffruit-hunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floeweguckmal%2Ffruit-hunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floeweguckmal%2Ffruit-hunt/lists"}