{"id":15164378,"url":"https://github.com/brandonwingerair/platformer-game-phaser-ts","last_synced_at":"2026-01-21T12:34:42.488Z","repository":{"id":107020344,"uuid":"597857715","full_name":"BrandonWingerAir/platformer-game-phaser-ts","owner":"BrandonWingerAir","description":"Redesign based on a tutorial series by \"ourcade\" on YouTube.","archived":false,"fork":false,"pushed_at":"2023-02-11T19:06:42.000Z","size":4762,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T08:32:03.806Z","etag":null,"topics":["2d-platformer-game","babel","eslint","javascript","javascript-game","javascript-games","js-game","js-games","phaser","phaser-framework","phaser-game","phaser3","phaserjs","template","typescript","web-game","web-game-dev","web-game-development","web-game-programming","web-games"],"latest_commit_sha":null,"homepage":"https://brandonwingerair.github.io/platformer-game-phaser-ts/","language":"TypeScript","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/BrandonWingerAir.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":"2023-02-05T20:49:25.000Z","updated_at":"2024-02-07T21:14:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"d97c02e9-b75c-4bd6-b741-549e315edc41","html_url":"https://github.com/BrandonWingerAir/platformer-game-phaser-ts","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"f862798a0e5b0d19853ed509a133cc16de9779cc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonWingerAir%2Fplatformer-game-phaser-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonWingerAir%2Fplatformer-game-phaser-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonWingerAir%2Fplatformer-game-phaser-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonWingerAir%2Fplatformer-game-phaser-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrandonWingerAir","download_url":"https://codeload.github.com/BrandonWingerAir/platformer-game-phaser-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247840683,"owners_count":21004961,"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":["2d-platformer-game","babel","eslint","javascript","javascript-game","javascript-games","js-game","js-games","phaser","phaser-framework","phaser-game","phaser3","phaserjs","template","typescript","web-game","web-game-dev","web-game-development","web-game-programming","web-games"],"created_at":"2024-09-27T03:21:23.530Z","updated_at":"2026-01-21T12:34:42.459Z","avatar_url":"https://github.com/BrandonWingerAir.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Star Collector (Game Example)\n\u003e Based on a tutorial series template by [ourcade](https://youtube.com/playlist?list=PLNwtXgWIx3ri6Bbouc4uUGk2bdDzNA1eP) on YouTube.\n\n![License](https://img.shields.io/badge/license-MIT-green)\n\n## Demo\n\n[Play Now](https://brandonwingerair.github.io/platformer-game-phaser-ts/)\n\n## Screenshot\n\n![Start Screen](https://i.ibb.co/mc2DmXj/Brandon-Winger-Air.png)\n\n## Features\n\n- customized assets\n- ui text for game phases\n- restart key after game over\n- jump on ufos to eliminate\n\n## Development\n\nYou'll need [Node.js](https://nodejs.org/en/), [npm](https://www.npmjs.com/), and [Parcel](https://parceljs.org/) installed.\n\nIt is highly recommended to use [Node Version Manager](https://github.com/nvm-sh/nvm) (nvm) to install Node.js and npm.\n\nFor Windows users there is [Node Version Manager for Windows](https://github.com/coreybutler/nvm-windows).\n\nInstall Node.js and `npm` with `nvm`:\n\n```bash\nnvm install node\nnvm use node\n```\n\nReplace 'node' with 'latest' for `nvm-windows`.\n\nThen install Parcel:\n\n```bash\nnpm install -g parcel-bundler\n```\n\n## Getting Started\n\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/ourcade/phaser3-parcel-template.git\n```\n\nThis will create a folder named `phaser3-parcel-template`. You can specify a different folder name like this:\n\n```bash\ngit clone https://github.com/ourcade/phaser3-parcel-template.git my-folder-name\n```\n\nGo into your new project folder and install dependencies:\n\n```bash\ncd phaser3-parcel-template # or 'my-folder-name'\nnpm install\n```\n\nStart development server:\n\n```\nnpm run start\n```\n\nTo create a production build:\n\n```\nnpm run build\n```\n\nProduction files will be placed in the `dist` folder. Then upload those files to a web server. 🎉\n\n## License\n\n[MIT License](https://github.com/ourcade/phaser3-parcel-template/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonwingerair%2Fplatformer-game-phaser-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonwingerair%2Fplatformer-game-phaser-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonwingerair%2Fplatformer-game-phaser-ts/lists"}