{"id":26508377,"url":"https://github.com/raptorbytes/pixeldivers","last_synced_at":"2025-03-21T00:23:29.235Z","repository":{"id":282659809,"uuid":"949276463","full_name":"Raptorbytes/PixelDivers","owner":"Raptorbytes","description":"A Helldivers fangame made with pixel art and Rust.","archived":false,"fork":false,"pushed_at":"2025-03-16T05:22:53.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T05:23:32.606Z","etag":null,"topics":["game","linux-app","personal-project","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":null,"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/Raptorbytes.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":"2025-03-16T04:26:38.000Z","updated_at":"2025-03-16T05:22:56.000Z","dependencies_parsed_at":"2025-03-16T05:23:49.032Z","dependency_job_id":"9772f50b-cf3e-4c87-af60-d30ca8d1e27d","html_url":"https://github.com/Raptorbytes/PixelDivers","commit_stats":null,"previous_names":["raptorbytes/pixeldivers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raptorbytes%2FPixelDivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raptorbytes%2FPixelDivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raptorbytes%2FPixelDivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raptorbytes%2FPixelDivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raptorbytes","download_url":"https://codeload.github.com/Raptorbytes/PixelDivers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244713337,"owners_count":20497628,"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","linux-app","personal-project","rust","rust-lang"],"created_at":"2025-03-21T00:23:28.564Z","updated_at":"2025-03-21T00:23:29.224Z","avatar_url":"https://github.com/Raptorbytes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PixelDivers, a Helldivers pixel art fangame!\n*We are NOT affiliated with Arrowhead Studios and do ***NOT*** make ***ANY*** money off of this*\n\nPixelDivers is an adrenaline-pumping, top-down pixel art shooter that drops you into the heart of hostile, alien-infested worlds. As an elite soldier, you’ll dive into dangerous missions, battling hordes of vicious enemies while completing high-stakes objectives. Whether you're clearing a rogue facility, rescuing survivors, or securing vital resources, no mission is ever the same.\nFeaturing real-time combat with 360-degree shooting, you'll have to think fast, shoot even faster, and manage resources in a chaotic environment. But beware— friendly fire is always on, so every bullet counts, and every move could make the difference between victory and disaster. Bring in stratagems for extra support—like airstrikes, supply drops, or turret placements— but only when it’s safe to pause the action.\nPlay solo, lead an AI squad, or team up with friends in local or online co-op for even more intense, heart-pounding action. Each mission is procedurally generated, ensuring that every drop into the unknown is a fresh, challenging experience. And with upgradable weapons, armor, and abilities, you’ll constantly evolve, becoming a deadlier force with every mission completed.\nThe galaxy is counting on you— are you ready to dive in?\n\n# Plans\n* Add to some distro's repos and AUR\n* Finish prototype 1 in 2 months (EZ)\n* Make all of the game assets\n\n## Table of Contents\n- Installation (Dropdown menu)\n- [Online play](#online-play)\n- [Contributing](#contributing)\n- [License](#license)\n\n\n\u003cdetails\u003e\n\u003csummary\u003eInstallation\u003c/summary\u003e\n\u003cbr\u003e\n    \n# Installation\n1. Install rust (If you haven't)\n    1. B. Get it from https://www.rust-lang.org/ or your package manager (rustup)\n2. ```Git clone https://github.com/Raptorbytes/PixelDivers```\n3. Use cargo to build it (```cargo build --release```)\n4. Move the final binary to a folder with the \"Assets\" folder inside and place where ever you want\n5. Do ./PixelDivers to run the game!\n\n\u003c/details\u003e\n\n# Online play\nAt the moment, PixelDivers has not deployed an online server and has not been given ssh co-op. We will add muliplayer with real people when AI and the rest of the game is smoothed out.\n\n# Contributing\nThis project is mostly meant for me (PARADOXzss07) and my friend (LEMonLinux) but if you have a good (majorly good, in fact) idea or a major bug fix that we didn't catch, make a pull request!\nIf you want to make changes to something about the game, also feel free to make a pull request.\n\n# License\nThe project is under the MIT license.\nThe license is as follows:\n\n```\nMIT License\n\nCopyright (c) 2025 Raptorbytes LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n  I encourage you follow license rules (basically just give credit to Raptorbytes and keep the license the same) and we can all have fun!\n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraptorbytes%2Fpixeldivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraptorbytes%2Fpixeldivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraptorbytes%2Fpixeldivers/lists"}