{"id":25633786,"url":"https://github.com/benjaminpla/bevy_game_space_invaders","last_synced_at":"2026-05-18T07:32:04.584Z","repository":{"id":278208952,"uuid":"934851122","full_name":"benjaminPla/bevy_game_space_invaders","owner":"benjaminPla","description":"A Bevy version of Space Invaders, fully developed in Rust.","archived":false,"fork":false,"pushed_at":"2025-03-28T20:33:19.000Z","size":3626,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:29:24.836Z","etag":null,"topics":["bevy","game-development","git","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/benjaminPla.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":"2025-02-18T14:04:02.000Z","updated_at":"2025-03-28T20:35:19.000Z","dependencies_parsed_at":"2025-02-18T15:51:34.300Z","dependency_job_id":"2521e3c0-4a0f-48db-9741-4815bd2abcea","html_url":"https://github.com/benjaminPla/bevy_game_space_invaders","commit_stats":null,"previous_names":["benjaminpla/bevy_game_space_invaders"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benjaminPla/bevy_game_space_invaders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminPla%2Fbevy_game_space_invaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminPla%2Fbevy_game_space_invaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminPla%2Fbevy_game_space_invaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminPla%2Fbevy_game_space_invaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminPla","download_url":"https://codeload.github.com/benjaminPla/bevy_game_space_invaders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminPla%2Fbevy_game_space_invaders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33169201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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","game-development","git","rust"],"created_at":"2025-02-22T22:29:44.290Z","updated_at":"2026-05-18T07:32:04.579Z","avatar_url":"https://github.com/benjaminPla.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bevy Game - Space Invaders\n\n![output](https://github.com/user-attachments/assets/a2389b3f-034d-4a66-a504-10397a7d01b1)\n\n## Overview\n\nA [Bevy](https://bevyengine.org/) version of Space Invaders, fully developed in Rust.  \nNot 100% complete but includes:  \n- Five levels  \n- Sounds ([jsfxr](https://sfxr.me/))  \n- Sprites ([Piskel](https://www.piskelapp.com/))  \n- Pause system  \n- Animations  \n- Collisions  \n- Player controls  \n- Dynamic texts  \n\n## Structure  \n\n```\n.\n├── assets\n│   ├── audio\n│   │   ├── explosion.mp3\n│   │   ├── game_over.mp3\n│   │   ├── level_completed.mp3\n│   │   ├── music.mp3\n│   │   └── projectile.mp3\n│   ├── fonts\n│   │   └── font.ttf\n│   └── sprites\n│       ├── enemy.png\n│       ├── planet.png\n│       ├── player.png\n│       ├── projectile.png\n│       ├── star_big.png\n│       └── star_small.png\n├── Cargo.lock\n├── Cargo.toml\n├── src\n│   ├── animations.rs\n│   ├── assets.rs\n│   ├── background.rs\n│   ├── collisions.rs\n│   ├── constants.rs\n│   ├── controls.rs\n│   ├── enemy_movement.rs\n│   ├── enemy.rs\n│   ├── game.rs\n│   ├── main.rs\n│   ├── player.rs\n│   ├── projectiles.rs\n│   ├── sound.rs\n│   ├── sprites.rs\n│   └── texts.rs\n└── todo.md\n```\n\n## How to Play  \n\n1. Clone the repo  \n2. `cargo build`  \n3. Run the executable  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminpla%2Fbevy_game_space_invaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminpla%2Fbevy_game_space_invaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminpla%2Fbevy_game_space_invaders/lists"}