{"id":30194022,"url":"https://github.com/aitorastorga/begitxo_game33","last_synced_at":"2025-08-13T02:08:42.701Z","repository":{"id":306418217,"uuid":"1026072425","full_name":"AitorAstorga/begitxo_game33","owner":"AitorAstorga","description":"Fast FOSS Game made during Euskal Encounter 33","archived":false,"fork":false,"pushed_at":"2025-07-26T13:56:50.000Z","size":96972,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T21:46:11.490Z","etag":null,"topics":["macroquad","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AitorAstorga.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,"zenodo":null}},"created_at":"2025-07-25T09:05:25.000Z","updated_at":"2025-07-26T13:56:54.000Z","dependencies_parsed_at":"2025-07-25T16:58:02.170Z","dependency_job_id":null,"html_url":"https://github.com/AitorAstorga/begitxo_game33","commit_stats":null,"previous_names":["aitorastorga/begitxo_game33"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AitorAstorga/begitxo_game33","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AitorAstorga%2Fbegitxo_game33","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AitorAstorga%2Fbegitxo_game33/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AitorAstorga%2Fbegitxo_game33/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AitorAstorga%2Fbegitxo_game33/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AitorAstorga","download_url":"https://codeload.github.com/AitorAstorga/begitxo_game33/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AitorAstorga%2Fbegitxo_game33/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270166108,"owners_count":24538445,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["macroquad","rust"],"created_at":"2025-08-13T02:08:36.872Z","updated_at":"2025-08-13T02:08:42.562Z","avatar_url":"https://github.com/AitorAstorga.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![EUPL License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\n## About The Project\n\nThis project is a game built during the Fast FOSS competition of the Euskal Encounter 33. It features Begitxo —the mascot of the party— trying to find their sunglasses in a desperate attempt to save his vision and be able to keep gaming as usual. It is built with [Rust Macroquad](https://macroquad.rs/)!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Built With\n![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white) ˙ [![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge\u0026logo=github-actions\u0026logoColor=white)](#) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white) ![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge\u0026logo=nginx\u0026logoColor=white) ˙ [![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge\u0026logo=vsc\u0026logoColor=white)](#)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Getting Started\n\nFollow these instructions to set up a local instance of BegitxoGame33.\n\n### Prerequisites\n\n- Rust installed (includes Cargo)\n- WebAssembly target\n    ```bash\n    rustup target add wasm32-unknown-unknown\n    ```\n- System Dependencies\n    ```bash\n    # ubuntu system dependencies\n    apt install pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev\n\n    # fedora system dependencies\n    dnf install libX11-devel libXi-devel mesa-libGL-devel alsa-lib-devel\n\n    # arch linux system dependencies\n    pacman -S pkg-config libx11 libxi mesa-libgl alsa-lib\n    ```\n- (Optional) Docker if you plan to deploy in a container\n\n### Run natively\nJust execute this:\n```bash\ncargo run\n```\n\nA development window will be opened my `macroquad`.\n\n### Run in Docker\nCheck out `docker-compose.yml`.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#contributing\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\nContributions are welcome! Please fork the repository, make your changes, and open a pull request.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#contributing\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## License\n\nDistributed under the European Union Public License v1.2. See `LICENSE` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#license\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contact\n\n- Aitor Astorga Saez de Vicuña (aichan) - a.astorga.sdv@protonmail.com\n- Jose Antonio Laserna Beltrán (Lassy) - SrL4s3rn4@proton.me\n- Dalia Pujana Onaindia (Thadah) - daliapujana@protonmail.com\n- Sky Robles Pugnaire (Sky) - apugnaire@proton.me\n\nProject Link: [https://github.com/AitorAstorga/begitxo_game33](https://github.com/AitorAstorga/begitxo_game33)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#contact\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Acknowledgments\n\nThanks to these nice projects!\n\n- [Rust Macroquad](https://macroquad.rs/) Simple and easy to use game library for Rust programming language.\n    - License 1: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)\n    - License 2: [MIT LIcense](https://mit-license.org/)\n    - URL: https://github.com/not-fl3/macroquad\n    - URL 2: https://macroquad.rs/\n\n### Resources:\n- **Sunglasses**:\n    - License: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)\n    - URL: https://svgsilh.com/image/1088490.html\n\n- **Computer Keyboard Sound Effect**:\n    - License: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)\n    - URL: https://www.chosic.com/download-audio/54455/\n\n- **Electrical Shock Sound Effect**\n    - License: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)\n    - URL: https://freesound.org/people/BigKahuna360/sounds/160421/\n\n- **Cicadas Sound Effect**\n    - License: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)\n    - URL: https://freesound.org/people/dethrok/sounds/272169/\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/AitorAstorga/begitxo_game33.svg?style=for-the-badge\n[contributors-url]: https://github.com/AitorAstorga/begitxo_game33/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/AitorAstorga/begitxo_game33.svg?style=for-the-badge\n[forks-url]: https://github.com/AitorAstorga/begitxo_game33/network/members\n[stars-shield]: https://img.shields.io/github/stars/AitorAstorga/begitxo_game33.svg?style=for-the-badge\n[stars-url]: https://github.com/AitorAstorga/begitxo_game33/stargazers\n[issues-shield]: https://img.shields.io/github/issues/AitorAstorga/begitxo_game33.svg?style=for-the-badge\n[issues-url]: https://github.com/AitorAstorga/begitxo_game33/issues\n[license-shield]: https://img.shields.io/github/license/AitorAstorga/begitxo_game33.svg?style=for-the-badge\n[license-url]: https://github.com/AitorAstorga/begitxo_game33/blob/master/LICENSE\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/aitor-astorga-saez-de-vicuña\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorastorga%2Fbegitxo_game33","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitorastorga%2Fbegitxo_game33","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorastorga%2Fbegitxo_game33/lists"}