{"id":21838349,"url":"https://github.com/prust/red-planet","last_synced_at":"2026-01-31T16:01:35.968Z","repository":{"id":142795763,"uuid":"107906068","full_name":"prust/red-planet","owner":"prust","description":"An immersive, rapid game builder","archived":false,"fork":false,"pushed_at":"2020-04-27T05:12:13.000Z","size":483,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-07T17:08:29.757Z","etag":null,"topics":["canvas","game-development","game-engine","html5","html5-canvas"],"latest_commit_sha":null,"homepage":"https://prust.github.io/red-planet","language":"HTML","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/prust.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":"2017-10-22T21:56:54.000Z","updated_at":"2020-04-27T05:12:15.000Z","dependencies_parsed_at":"2023-06-03T15:30:08.998Z","dependency_job_id":null,"html_url":"https://github.com/prust/red-planet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prust/red-planet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prust%2Fred-planet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prust%2Fred-planet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prust%2Fred-planet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prust%2Fred-planet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prust","download_url":"https://codeload.github.com/prust/red-planet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prust%2Fred-planet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["canvas","game-development","game-engine","html5","html5-canvas"],"created_at":"2024-11-27T21:10:35.908Z","updated_at":"2026-01-31T16:01:35.952Z","avatar_url":"https://github.com/prust.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Red Planet\n\nAn immersive, rapid game builder with a built-in HTML5 game engine.\n\nIt is designed around an Entity Component System, where the game is defined by properties and components set in the editor.\n\n## Features:\n\n- Easy, immersive level creation\n- Basic platformer or top-down dynamics\n- Viewport automatically follows player\n- Gravity \u0026 gravity-changing\n- Springs\n- Solid and pass-through tiles\n- Portals\n- Auto-growing level size\n\n## Components:\n\n### Positionable (required)\n* Left (x): number (px)\n* Top (y): number (px)\n* Width: number (px)\n* Height: number (px)\n\n### Drawable (required)\n* Sprite X: number (horiz. tile index)\n* Sprite Y: number (vert. tile index)\n* Spritesheet #: number (zero-based index)\n* Layer ID: number\n\n### Speed\n* Right: number (px/frame)\n* Down: number (px/frame)\n\n### Collideable\n* Left Padding: number (px)\n* Right Padding: number (px)\n* Top Padding: number(px)\n* Bottom Padding: number (px)\n\n### Animateable\n* Number of Frames: number\n* Animate Interval: number (ms/frame)\n\n###  Rotateable\n* Rotates to Sprite IDs: comma delimited array of sprite IDs\n\n### Growable\n* Grow Interval: number (ms, default: 1000)\n* Grow Direction: string (default: left)\n* Grow Sprite ID: string\n\n### Shoots\n* Bullet Sprite ID: string\n* Shoot Interval: number (ms, default: 1000)\n\n### Ephemeral (disappears on collide or out-of-bounds)\n\n### Damager\n* Damage Points: number (default: 50)\n\n### Damageable\n* Health Points: number (default: 100)\n* Death Sprite ID: string\n\n### Wins Game on Death\n\n### Loses Game on Death\n\n### Placeable\n\n### Purchaseable\n* Cost: number (default: 1)\n\nThe following variables are hard-coded \u0026 still need to be moved to components:\n\n* Money: number (starting amount, default: 30)\n* Earns Amount: number (default: 1)\n* Earns Interval: number (ms, default: 5000)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprust%2Fred-planet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprust%2Fred-planet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprust%2Fred-planet/lists"}