{"id":20110415,"url":"https://github.com/remarkablegames/phaser-template","last_synced_at":"2025-07-30T02:10:30.159Z","repository":{"id":28663143,"uuid":"116533227","full_name":"remarkablegames/phaser-template","owner":"remarkablegames","description":"🕹️ Phaser game template","archived":false,"fork":false,"pushed_at":"2025-07-25T23:31:56.000Z","size":3654,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-26T06:35:24.735Z","etag":null,"topics":["javascript","phaser","phaser-boilerplate","phaser-framework","phaser-game","phaser-games","phaser-template","remarkablegames","typescript","web","website"],"latest_commit_sha":null,"homepage":"http://remarkablegames.org/phaser-template/","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/remarkablegames.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-07T03:10:38.000Z","updated_at":"2025-07-25T23:31:30.000Z","dependencies_parsed_at":"2024-05-14T00:32:13.547Z","dependency_job_id":"8daf78da-4b0c-4e8f-b265-b10529259d95","html_url":"https://github.com/remarkablegames/phaser-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remarkablegames/phaser-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fphaser-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fphaser-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fphaser-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fphaser-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/phaser-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fphaser-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797627,"owners_count":24145708,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["javascript","phaser","phaser-boilerplate","phaser-framework","phaser-game","phaser-games","phaser-template","remarkablegames","typescript","web","website"],"created_at":"2024-11-13T18:11:43.967Z","updated_at":"2025-07-30T02:10:30.120Z","avatar_url":"https://github.com/remarkablegames.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/remarkablegames/phaser-template/blob/master/public/logo192.png\" alt=\"Phaser Template\"\u003e\n\u003c/p\u003e\n\n# Phaser Template\n\n![release](https://img.shields.io/github/v/release/remarkablegames/phaser-template)\n[![build](https://github.com/remarkablegames/phaser-template/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/phaser-template/actions/workflows/build.yml)\n\n\u003ckbd\u003ephaser-template\u003c/kbd\u003e is a template for making [Phaser](https://phaser.io/) games. The template is inspired by the tutorial \"[Making your first Phaser 3 game](https://phaser.io/tutorials/making-your-first-phaser-3-game)\".\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/phaser-template/)\n\n## Prerequisites\n\n- [nvm](https://github.com/nvm-sh/nvm#readme)\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablegames/phaser-template.git\ncd phaser-template\n```\n\nInstall the dependencies:\n\n```sh\nnpm install\n```\n\nRename the project:\n\n```sh\ngit grep -l phaser-template | xargs sed -i '' -e 's/phaser-template/my-game/g'\ngit grep -l 'Phaser Template' | xargs sed -i '' -e 's/Phaser Template/My Game/g'\n```\n\nUpdate the files:\n\n- [ ] `README.md`\n- [ ] `package.json`\n- [ ] `index.html`\n- [ ] `public/manifest.json`\n- [ ] `src/index.ts`\n\n## Environment Variables\n\nUpdate the environment variables:\n\n```sh\ncp .env .env.local\n```\n\nUpdate the **Secrets** in the repository **Settings**.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the game in the development mode.\n\nOpen [http://localhost:5173](http://localhost:5173) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any errors in the console.\n\n### `npm run build`\n\nBuilds the game for production to the `dist` folder.\n\nIt correctly bundles in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\nYour game is ready to be deployed!\n\n### `npm run bundle`\n\nBuilds the game and packages it into a Zip file in the `dist` folder.\n\nYour game can be uploaded to your server, [Itch.io](https://itch.io/), [Newgrounds](https://www.newgrounds.com/), etc.\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Fphaser-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Fphaser-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Fphaser-template/lists"}