{"id":16377923,"url":"https://github.com/sofianedjerbi/pixelpal","last_synced_at":"2026-01-21T21:33:29.150Z","repository":{"id":216862129,"uuid":"732822993","full_name":"sofianedjerbi/PixelPal","owner":"sofianedjerbi","description":"GPT as your game companion - Rust \u0026 Bevy powered!","archived":false,"fork":false,"pushed_at":"2024-01-27T14:46:05.000Z","size":26045,"stargazers_count":3,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T04:48:39.622Z","etag":null,"topics":["bevy","chatgpt","game","gpt","rust"],"latest_commit_sha":null,"homepage":"https://chaoxel.dev/PixelPal/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sofianedjerbi.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}},"created_at":"2023-12-17T23:33:40.000Z","updated_at":"2024-05-28T15:30:36.000Z","dependencies_parsed_at":"2024-04-05T16:30:11.694Z","dependency_job_id":"23f5101a-e572-4fea-bee5-7866d18bc048","html_url":"https://github.com/sofianedjerbi/PixelPal","commit_stats":null,"previous_names":["chaoxel/pixelpal","sofianedjerbi/pixelpal"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sofianedjerbi/PixelPal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FPixelPal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FPixelPal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FPixelPal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FPixelPal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofianedjerbi","download_url":"https://codeload.github.com/sofianedjerbi/PixelPal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FPixelPal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"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":["bevy","chatgpt","game","gpt","rust"],"created_at":"2024-10-11T03:44:15.019Z","updated_at":"2026-01-21T21:33:29.133Z","avatar_url":"https://github.com/sofianedjerbi.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".github/demo.png\" width=\"75%\" height=\"75%\"/\u003e\n  \u003ch1\u003ePixelPal\u003c/h1\u003e\n  \u003ch3\u003ePlay with ChatGPT!\u003c/h3\u003e\n\n  [![License](https://img.shields.io/github/license/chaoxel/PixelPal?style=for-the-badge\u0026logo=github)](LICENSE)\n  [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/chaoxel/PixelPal/ci.yml?style=for-the-badge)](https://github.com/chaoxel/PixelPal/actions)\n  [![Discord](https://img.shields.io/discord/1195177036210253864?color=5865F2\u0026label=discord\u0026style=for-the-badge)](https://discord.gg/jwb26Xy5M7)\n\n\u003c/div\u003e\n\n## Description\nThis project, currently in progress, integrates ChatGPT into a game, where it serves as a dynamic and helpful in-game companion.  \nPowered by Rust and Bevy, it's a modern and exciting adventure waiting to unfold.\n\n## Setup \u0026 Running\n\n### Prerequisites\n- [ChatGPT API Key](https://platform.openai.com/)\n- [Rust](https://www.rust-lang.org/) (building)\n- [Cargo](https://www.rust-lang.org/) (building)\n\n### Step 1: Clone the Repository\n\nClone this repository to your local machine using Git.\n\n```bash\ngit clone https://github.com/chaoxel/PixelPal.git\n```\n\n### Step 2: Setup Your API Key\n\nNavigate to the project directory and open the `.env.example` file.  \nAdd your API key as shown below:\n\n```bash\n# YOUR KEY HERE\nGPT_KEY=sk-aaSWdEOk...\n```\n\nAfter adding the key, rename the file from `.env.example` to `.env`. \n\n### Step 3: Compile \u0026 Run\n\nYou can now compile and run the project.\n```bash\ncargo run --release\n```\n\n## Credits\n\n### Contributors\n- [@chaoxel](https://github.com/chaoxel)\n\n### Assets\n- [@cup_nooble_](https://twitter.com/Cup_Nooble_)\n- [@tapeanimation](https://www.fiverr.com/tapeanimation)\n- [@lunatel](https://www.fiverr.com/lunatel)\n- [@chaoxel](https://github.com/chaoxel)\n\n## License\nLicensed under AGPL (Affero General Public License).  \nAll assets and resources are copyrighted and reserved by their respective creators.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianedjerbi%2Fpixelpal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofianedjerbi%2Fpixelpal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianedjerbi%2Fpixelpal/lists"}