{"id":16236147,"url":"https://github.com/blopa/gotinha","last_synced_at":"2025-07-24T12:19:34.528Z","repository":{"id":47925891,"uuid":"229146950","full_name":"blopa/gotinha","owner":"blopa","description":"A simple game to challenge your friends for the best score made with Phaser 3","archived":false,"fork":false,"pushed_at":"2022-12-31T05:08:19.000Z","size":12385,"stargazers_count":6,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T08:44:08.378Z","etag":null,"topics":["addictive-game","cordova","es6","eslint","game","mobile","phaser","phaser-3","sprites","web","webpack"],"latest_commit_sha":null,"homepage":"https://blopa.github.io/gotinha/","language":"JavaScript","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/blopa.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}},"created_at":"2019-12-19T22:12:44.000Z","updated_at":"2024-10-01T21:41:16.000Z","dependencies_parsed_at":"2023-01-31T18:16:16.752Z","dependency_job_id":null,"html_url":"https://github.com/blopa/gotinha","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fgotinha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fgotinha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fgotinha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fgotinha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopa","download_url":"https://codeload.github.com/blopa/gotinha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244453784,"owners_count":20455281,"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":["addictive-game","cordova","es6","eslint","game","mobile","phaser","phaser-3","sprites","web","webpack"],"created_at":"2024-10-10T13:29:17.179Z","updated_at":"2025-03-19T15:30:53.048Z","avatar_url":"https://github.com/blopa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gotinha (Phaser + Webpack + ES6 + Cordova project)\nMaking your own game is a dream of many people, including myself, and with the amount of content we have available these days, it was never that easy to build one. [read more...](https://google.com)\n\n[Download it from Google Play](https://play.google.com/store/apps/details?id=com.werules.gotinha) or [play it on your browser](https://blopa.github.io/gotinha/)\n\n## About\nGotinha is a open source Phaser 3 game available on [Google Play](https://play.google.com/store/apps/details?id=com.werules.gotinha).\n\nIt was always my dream to make my own game, and after trying Unity a couple years ago, I decided to try it again with something I'm more familiar with: Javascript. As a frontend developer, Javascript is already the language that I write most of my code at work and also in my personal projects, and after a quick search I was able to find the amazing PhaserJS Framework for building 2D web games.\n\nMy goal was to make a game from scratch, not only code, but sprites and sound effects as well. Of course this was only possible because of some amazing free/open source softwares available today. So I'd like to say a special thank you to:\n- [lean/phaser-es6-webpack](https://github.com/lean/phaser-es6-webpack) and [ReydVires/phaser3-cordova](https://github.com/ReydVires/phaser3-cordova) for the base of this project\n- [npm](https://github.com/npm/cli) for javascript packager managing\n- [eslint](https://github.com/eslint/eslint) for code linter\n- [Phaser](https://github.com/photonstorm/phaser) for the game engine\n- [Webpack](https://github.com/webpack/webpack) to build and run the Javascript environment\n- [photopea](https://github.com/photopea/photopea) for making the sprites alongside with [Microsoft Paint](https://pt.wikipedia.org/wiki/Microsoft_Paint)\n- [ShoeBox](http://renderhjs.net/shoebox/) for unpacking sprites\n- [Atlas Packer Phaser 3](https://github.com/gammafp/atlas-packer-phaser) for packing Phaser Atlas files\n- [sfMaker](https://github.com/leshylabs/sfMaker) for sound effects\n- [beepbox](https://github.com/johnnesky/beepbox) for sound tracks\n- [cordova](https://github.com/apache/cordova) for packing the Android APK file\n- [NativeScript Image Builder](http://nsimage.brosteins.com/) for the Android icons\n- [Android Studio](https://android.googlesource.com/platform/tools/base/+/studio-master-dev/studio.md) to sign the APK file\n\n## Project Features\n- Up to date Framework versions\n- Easy deployment\n- ESLint\n- Cordova for mobile deployment\n\n## Frameworks\n- Phaser 3\n- Webpack 4\n- Cordova 8\n- Gradle 6\n- JDK 8\n\n## Deployment\nRun `npm run deploy` to build the game and the APK file at `platforms\\android\\app\\build\\outputs\\apk\\release`, then sign it. Done.\nTo build the Phaser game only, run `npm run deploy-phaser`\n\n## Screenshot\n![ScreenShot](https://raw.githubusercontent.com/blopa/gotinha/master/screenshots/screenshot_1.jpg)\n\n![ScreenShot](https://raw.githubusercontent.com/blopa/gotinha/master/screenshots/screenshot_2.jpg)\n\n![ScreenShot](https://raw.githubusercontent.com/blopa/gotinha/master/screenshots/screenshot_3.jpg)\n\n\nPlease don't forget to credit if you use this for your own project :)\n\n## Release Notes\n- **v1.0.3:**\n    - Add Share on Twitter button\n\t- Small improvements\n\t- Remove christmas theme\n- **v1.0.2:**\n\t- Fix hero floating glitch\n\t- Add christmas theme\n- **v1.0.1:**\n\t- Fix jumping input glitch.\n- **v1.0.0:**\n\t- First release.\n\n## F.A.Q.\n**Q: Can you implement \u003c???\u003e function?**\n\nA: I can try. Open a issue and I'll see what I can do.\n\n**Q: Your project is awesome. How can I help?**\n\nA: Thank you! You can help by codding more features, creating pull requests, or donating using Bitcoin: **1BdL9w4SscX21b2qeiP1ApAFNAYhPj5GgG**\n\n## TODO\n- Integration with Google Play Games leaderboard\n- More skins?\n\n## License\nMIT License\n\nCopyright (c) 2019 blopa\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n**Free Software, Hell Yeah!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fgotinha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopa%2Fgotinha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fgotinha/lists"}