{"id":30297000,"url":"https://github.com/numbofathma/phaser-typescript-webpack","last_synced_at":"2025-08-17T03:04:35.894Z","repository":{"id":39988435,"uuid":"115252287","full_name":"numbofathma/phaser-typescript-webpack","owner":"numbofathma","description":"Another Phaser CE boilerplate using TypeScript and Webpack.","archived":false,"fork":false,"pushed_at":"2024-06-18T23:54:54.000Z","size":1310,"stargazers_count":19,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T07:52:38.189Z","etag":null,"topics":["boilerplate","boilerplate-application","game","game-development","games","howler","howlerjs","minify","phaser","phaser-boilerplate","phaser-ce","phaser-game","phaser-typescript","typescript","uglify","webpack","webpack4"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/numbofathma.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":"2017-12-24T09:16:43.000Z","updated_at":"2024-09-06T01:48:11.000Z","dependencies_parsed_at":"2024-03-15T22:28:08.874Z","dependency_job_id":"bfbc1d32-c285-4b1b-8381-6777af7db59c","html_url":"https://github.com/numbofathma/phaser-typescript-webpack","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.19047619047619047","last_synced_commit":"4b8c9a80937028903e5680351e45927b7957707b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/numbofathma/phaser-typescript-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbofathma%2Fphaser-typescript-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbofathma%2Fphaser-typescript-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbofathma%2Fphaser-typescript-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbofathma%2Fphaser-typescript-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numbofathma","download_url":"https://codeload.github.com/numbofathma/phaser-typescript-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numbofathma%2Fphaser-typescript-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270800122,"owners_count":24648133,"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-08-17T02:00:09.016Z","response_time":129,"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":["boilerplate","boilerplate-application","game","game-development","games","howler","howlerjs","minify","phaser","phaser-boilerplate","phaser-ce","phaser-game","phaser-typescript","typescript","uglify","webpack","webpack4"],"created_at":"2025-08-17T03:04:15.196Z","updated_at":"2025-08-17T03:04:35.883Z","avatar_url":"https://github.com/numbofathma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phaser.io CE 2.20.0, Howler.js 2.2.4, TypeScript 5.4.2 and Webpack 5.90, play nice together.\n#### A boilerplate project to create games with Phaser.io, Howler.js, TypeScript and Webpack.\n\n## Features\n- Uses the latest Phaser CE \n- Uses Howler (an awesome audio library) - can be easily removed if one does not use it\n- TypeScript linter that checks TypeScript code for readability, maintainability, and functionality errors\n- Webpack 5 ready\n- Built-in commands to easily deploy code your code (minify, uglify, comments removal, etc)\n- Other awesome stuff!\n\n# Setup\nTo use this boilerplate you’ll need to install a few things before you have a working copy of the project.\n\n## 1. Clone this repo:\n\nNavigate into your workspace directory.\n\nRun:\n\n```git clone https://github.com/numbofathma/phaser-typescript-webpack.git```\n\n## 2. Install node.js and npm:\n\nhttps://nodejs.org/en/\n\n\n## 3. Install dependencies:\n\nNavigate to the cloned repo’s directory.\n\nRun:\n\n```npm install``` \n\n## 4. Run the development server:\n\nRun:\n\n```npm run start```\n\nThis will run a server so you can run the game in a browser.\n\nOpen your browser and enter localhost:8000 into the address bar.\n\nAs you change your code, Webpack will watch for changes and the browser will refresh.\n\n\n## 5. Build for deployment:\n\nRun:\n\n```npm run build```\n\nThis will optimize and minimize the compiled bundle. Your code will be minified and uglyfied for reverse engineering protection.\nThe vendor library will only be minified because uglify will add extra MBs to your game.\n\n\n## 6. Extra features\nI've also added a command that auto-fixes your code according to the rules in the .eslintrc.json file.\n\nRun:\n\n``` npm run lint:fix```\n\n...and also a commad to check your TypeScript types.\n\nRun:\n\n``` npm run check```\n\n## Credits\nBig thanks to this great repos:\n\nhttps://github.com/lean/phaser-es6-webpack/tree/typescript\u003cbr /\u003e\nhttps://github.com/eduardonunesp/phaser-typescript-webpack-boilerplate\u003cbr /\u003e\nhttps://github.com/heathkit/phaser-typescript-webpack-starter/tree/master/src/sprites\n\nSpecial thanks to:\n\u003ca href=\"https://github.com/dimorphic/\" target=\"_blank\" title=\"dimorphic's Profile\"\u003edimorphic\u003c/a\u003e\n\n\u003cbr /\u003e\nMade with \u003c3 in Romania \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumbofathma%2Fphaser-typescript-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumbofathma%2Fphaser-typescript-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumbofathma%2Fphaser-typescript-webpack/lists"}