{"id":23537714,"url":"https://github.com/prod3v3loper/web-spaceship-game","last_synced_at":"2026-04-12T02:35:33.406Z","repository":{"id":243645643,"uuid":"812995705","full_name":"prod3v3loper/web-spaceship-game","owner":"prod3v3loper","description":"🎮 An exciting spaceship game developed in JavaScript for the web","archived":false,"fork":false,"pushed_at":"2024-06-12T07:34:19.000Z","size":982,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T06:02:28.979Z","etag":null,"topics":["css","game","html","javascript","spaceship","spaceship-game","web","website"],"latest_commit_sha":null,"homepage":"https://www.prod3v3loper.com","language":"JavaScript","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/prod3v3loper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T09:58:57.000Z","updated_at":"2024-06-12T07:34:23.000Z","dependencies_parsed_at":"2024-06-10T12:06:26.759Z","dependency_job_id":"9127a5b3-34ff-4de8-b911-2a27e3db1843","html_url":"https://github.com/prod3v3loper/web-spaceship-game","commit_stats":null,"previous_names":["prod3v3loper/web-spaceship-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prod3v3loper/web-spaceship-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fweb-spaceship-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fweb-spaceship-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fweb-spaceship-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fweb-spaceship-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prod3v3loper","download_url":"https://codeload.github.com/prod3v3loper/web-spaceship-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fweb-spaceship-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["css","game","html","javascript","spaceship","spaceship-game","web","website"],"created_at":"2024-12-26T03:19:01.305Z","updated_at":"2026-04-12T02:35:33.375Z","avatar_url":"https://github.com/prod3v3loper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WEB Spaceship Game\n\nAn exciting spaceship game developed in JavaScript for the web. Control a spaceship, dodge meteors, and shoot them to earn points. Avoid collisions to stay alive and achieve the highest score.\n\n\u003cimg src=\".github/img/web-spaceship-game.png\" width=\"500\"\u003e\n\n## Contents\n- [About the Game](#about-the-game)\n- [Game Controls](#game-controls)\n- [Game Rules](#game-rules)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies](#technologies)\n\n## About the Game\nIn this spaceship game, you control a spaceship navigating an infinite space filled with meteors. Your goal is to shoot as many meteors as possible while avoiding collisions. You start the game with 6 lives, and the game ends when your lives drop to 0.\n\n## Game Controls\n- **Left Arrow (⬅️):** Move the spaceship left\n- **Right Arrow (➡️):** Move the spaceship right\n- **Up Arrow (⬆️):** Move the spaceship forward\n- **Down Arrow (⬇️):** Move the spaceship backward\n- **Spacebar:** Shoot bullets from the spaceship\n\n## Game Rules\n1. **Dodge Meteors:** Move your spaceship to avoid falling meteors.\n2. **Shoot Meteors:** Press the spacebar to shoot bullets at the meteors and earn points.\n3. **Earn Points:** You get one point for each meteor you shoot down.\n4. **Lose Lives:** You lose a life if a meteor hits your spaceship or reaches the bottom of the screen.\n\n## Installation\nTo run this game on your own website, follow these steps:\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/prod3v3loper/web-spaceship-game.git\n    ```\n2. **Navigate to the project directory:**\n    ```sh\n    cd web-spaceship-game\n    ```\n3. **Include the game files in your website:**\n\n   Copy the entire project directory to the desired location in your website's directory structure.\n\n## Usage\nTo embed the game into your website, add the following HTML to your webpage:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ep3 GAME\u003c/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"css/spaceship.css\"\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n\n    \u003cbutton class=\"bt btn-secondary\" id=\"p3-game-btn\"\u003e\u003ci class=\"fa fa-dice\"\u003e\u003c/i\u003eSTART GAME\u003c/button\u003e\n\n    \u003cdiv id=\"p3-game\" class=\"grid-12\"\u003e\n        \u003ccanvas width=\"600\" height=\"800\"\u003e\u003c/canvas\u003e\n        \u003cbutton id=\"restart\" onclick=\"restart();\"\u003ePLAY AGAIN\u003c/button\u003e\n        \u003cbutton id=\"start\" onclick=\"start();\"\u003eSTART\u003c/button\u003e\n        \u003cbutton id=\"stop\" onclick=\"stop();\"\u003eSTOP\u003c/button\u003e\n    \u003c/div\u003e\n\n    \u003cscript src=\"js/spaceship.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\n# Technologies\n\n- JavaScript: The primary programming language used for game logic.\n- HTML5 Canvas: Used for rendering the game graphics.\n- CSS: For basic styling.\n\n# ISSUE\n\nPlease use the issue tab to request a:\n\n* Bug\n* Feature\n\nChoose template and report a bug or feature you want [issues](https://github.com/prod3v3loper/web-spaceship-game/issues).\n\n# CONTRIBUTE\n\nPlease read the [contributing](https://github.com/prod3v3loper/web-spaceship-game/blob/main/.github/CONTRIBUTING.md) to contribute.\n\n# VULNERABILITY\n\nPlease use the Security section for privately reporting a [vulnerability](https://github.com/prod3v3loper/web-spaceship-game/blob/main/.github/SECURITY.md).\n\n# Authors\n\n**[PROD3V3LOPER](https://www.prod3v3loper.com)** - _All works_\n\n# License\n\n[MIT](https://github.com/prod3v3loper/web-spaceship-game/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod3v3loper%2Fweb-spaceship-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprod3v3loper%2Fweb-spaceship-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod3v3loper%2Fweb-spaceship-game/lists"}