{"id":18952891,"url":"https://github.com/panietoar/phaser-tank","last_synced_at":"2026-04-28T12:01:56.478Z","repository":{"id":76087835,"uuid":"85065450","full_name":"panietoar/phaser-tank","owner":"panietoar","description":"A self-training html5 game tribute of Battle City. Art from http://www.gameart2d.com","archived":false,"fork":false,"pushed_at":"2017-05-04T13:52:21.000Z","size":3321,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T01:48:12.971Z","etag":null,"topics":["html5-game","phaser"],"latest_commit_sha":null,"homepage":"","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/panietoar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-15T11:40:36.000Z","updated_at":"2024-05-29T13:56:01.000Z","dependencies_parsed_at":"2023-04-08T15:24:41.480Z","dependency_job_id":null,"html_url":"https://github.com/panietoar/phaser-tank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/panietoar/phaser-tank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panietoar%2Fphaser-tank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panietoar%2Fphaser-tank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panietoar%2Fphaser-tank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panietoar%2Fphaser-tank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panietoar","download_url":"https://codeload.github.com/panietoar/phaser-tank/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panietoar%2Fphaser-tank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["html5-game","phaser"],"created_at":"2024-11-08T13:35:01.757Z","updated_at":"2026-04-28T12:01:56.458Z","avatar_url":"https://github.com/panietoar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phaser Tank\n\nProject template taken from:\n\nhttps://github.com/appsbu-de/phaserBoilerplate\n\nThis Boilerplate helps to get started with the fabulous HTML5 game framework [Phaser](http://www.phaser.io).\nInspired by https://github.com/luizbills/phaser-js-boilerplate\n\n\u003e A version for pixel perfect scaling as [described here](http://www.html5gamedevs.com/topic/6090-lowrezjam-offical-thread/page-2#entry38068) has been added. Just checkout the [lowrez branch](https://github.com/appsbu-de/phaserBoilerplate/tree/lowrez).\n\n## Getting started\n\nInstall Grunt as described at http://gruntjs.com/\n`npm install -g grunt-cli`\n\nGo to Boilerplate directory and install required npm modules: `npm install`\n\nrun `grunt`. Your Browser should come up with your game loaded.\nIf you change any of the source files, a new package would be build and your browser should reload (live reload)\n\n## Project layout\n\nAll files are located in `src`\n\n- `src/public` - index.html\n- `src/js` - all js files\n- `src/js/states` - Boilerplate Game States\n- `src/phaser` - Phaser main file (2.1.3 - arcade-physics included.)\n- `src/assets` - Assets sorted in directories.\n- `src/assets/audio` - All audio assets needed in your game\n- `src/assets/fonts` - all Fonts/bitmap fonts and definitions\n -`src/assets/img` - Every other image you need\n\n\u003e You could use any other phaser version. Just copy it into src/phaser. If you change the name, make sure you change it at Gruntfile.js, too.\n\n## Which path to use in your game\n- always refer to `assets/...`\n\n## What does this boilerplate do?\n- Lint (jshint) your javascript code.\n- Copy all assets to the `game` directory\n- Concatenate and uglify all JS-Files into one `game.js`\n- Copy all files from public to `game` (e. g. index.html)\n\n## Development\n- `default` task is for development.\n- `grunt` copies your files (not minified, not concatenated) to `game`\n- `index.html` includes every single file.\n- Debug firendly, because errors could easily located in separated files.\n\n## Shipping your game\n- `grunt build`\n- Your `states` will be concatenated and uglified/mangeld into `game.js`\n- All assets will also been copied\n- now copy everything in `game` directory to your web server\n- done.\n\n## Legal\n- Feel free to use and modify this boilerplate. It should be an inspiration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanietoar%2Fphaser-tank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanietoar%2Fphaser-tank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanietoar%2Fphaser-tank/lists"}