{"id":16438964,"url":"https://github.com/iliyazelenko/phaser3-snake-cordova","last_synced_at":"2025-02-25T22:24:46.928Z","repository":{"id":96387497,"uuid":"164719373","full_name":"iliyaZelenko/phaser3-snake-cordova","owner":"iliyaZelenko","description":"Phaser 3 + Cordova + TypeScript: The Snake Game.","archived":false,"fork":false,"pushed_at":"2023-01-14T11:02:12.000Z","size":11617,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T11:50:06.303Z","etag":null,"topics":["cordova","game","html5","phaser","phaser3","snake","snake-game"],"latest_commit_sha":null,"homepage":"https://iliyazelenko.github.io/phaser3-snake-cordova/","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/iliyaZelenko.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":"2019-01-08T19:34:58.000Z","updated_at":"2024-09-14T11:17:50.000Z","dependencies_parsed_at":"2023-07-11T15:15:40.837Z","dependency_job_id":null,"html_url":"https://github.com/iliyaZelenko/phaser3-snake-cordova","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyaZelenko%2Fphaser3-snake-cordova","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyaZelenko%2Fphaser3-snake-cordova/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyaZelenko%2Fphaser3-snake-cordova/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyaZelenko%2Fphaser3-snake-cordova/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iliyaZelenko","download_url":"https://codeload.github.com/iliyaZelenko/phaser3-snake-cordova/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240756186,"owners_count":19852526,"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":["cordova","game","html5","phaser","phaser3","snake","snake-game"],"created_at":"2024-10-11T09:07:15.160Z","updated_at":"2025-02-25T22:24:46.874Z","avatar_url":"https://github.com/iliyaZelenko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://i.imgur.com/tfiFz2r.png)\n\n### [Snake Demo](https://iliyazelenko.github.io/phaser3-snake-cordova/)\n\nhttps://iliyazelenko.github.io/phaser3-snake-cordova/\n\n## Getting started\n\n### Installing the dependencies\n\nInstall the dependencies (yarn is recomended):\n\n```\nyarn # Or npm install\n```\n\n### Restoring platforms\n\nPlatforms are automatically restored from package.json and config.xml when the 'cordova prepare' command is run.\n\n```\ncordova prepare\n```\n\n### Running Dev Server\n\nEasy development in [HMR (Hot Module Replacement) mode](https://webpack.js.org/concepts/hot-module-replacement/):\n\n```\nyarn dev # Or npm run dev\n```\n\n### Building for production\n\nPerform a build (bundle.js) in `www` folder with copy assets and html page from src.\n\n```\nyarn build # Or npm run build\n```\n\n### Run on cordova\n\nRun on real device:\n\n```\ncordova run android --device\n```\n\nRun on emulator (virtual device):\n\n```\ncordova run android\n```\n\nRun on specific emulator:\n\n```\n# shows list of devices\ncordova run android --list\n# specify device\ncordova run android --target \"Nexus_4_API_26\"\n```\n\n## Cheat Sheets\n\n- [Phaser.Game](https://github.com/iliyaZelenko/phaser3-typescript/blob/master/cheatsheets/game-config.md)\n- [Phaser.Scene](https://github.com/iliyaZelenko/phaser3-typescript/blob/master/cheatsheets/scene-config.md)\n- [Phaser.GameObject.Image](https://github.com/iliyaZelenko/phaser3-typescript/blob/master/cheatsheets/gameobjects/image.md)\n- [Phaser.GameObject.Sprite](https://github.com/iliyaZelenko/phaser3-typescript/blob/master/cheatsheets/gameobjects/sprite.md)\n- [Phaser.GameObject.Group](https://github.com/iliyaZelenko/phaser3-typescript/blob/master/cheatsheets/gameobjects/group.md)\n- [Phaser.GameObject.Mesh](https://github.com/iliyaZelenko/phaser3-typescript/blob/master/cheatsheets/gameobjects/mesh.md)\n\n## External Resources\n\n- [Phaser 3 Framework](https://github.com/photonstorm/phaser)\n- [Phaser 3 Docs with TypeScript Definition File](https://github.com/photonstorm/phaser3-docs)\n- [Phaser 3 Online Docs](https://photonstorm.github.io/phaser3-docs/index.html)\n- [Phaser 3 Official Examples](https://github.com/photonstorm/phaser3-examples)\n- [Cordova off. site](https://cordova.apache.org/)\n\n## Helpful tools\n\n- [Leshy SpriteSheet Tool](https://www.leshylabs.com/apps/sstool)\n- [Tiled](https://www.mapeditor.org)\n- [Littera](http://kvazars.com/littera)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiyazelenko%2Fphaser3-snake-cordova","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiyazelenko%2Fphaser3-snake-cordova","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiyazelenko%2Fphaser3-snake-cordova/lists"}