{"id":24277227,"url":"https://github.com/indiecodermm/penguin-dash","last_synced_at":"2025-03-14T10:23:02.157Z","repository":{"id":173670873,"uuid":"650756044","full_name":"IndieCoderMM/penguin-dash","owner":"IndieCoderMM","description":"2D Platformer game where you guide a penguin through icy adventure, avoiding snowman enemies. Built with Phaser + TS","archived":false,"fork":false,"pushed_at":"2023-06-11T19:10:45.000Z","size":17839,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T00:07:47.498Z","etag":null,"topics":["game","phaser3","platformer","typescript"],"latest_commit_sha":null,"homepage":"https://indiecodermm.github.io/penguin-dash/","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/IndieCoderMM.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-07T18:33:42.000Z","updated_at":"2023-06-11T16:33:58.000Z","dependencies_parsed_at":"2023-07-15T10:17:15.249Z","dependency_job_id":null,"html_url":"https://github.com/IndieCoderMM/penguin-dash","commit_stats":null,"previous_names":["indiecodermm/penguin-dash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fpenguin-dash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fpenguin-dash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fpenguin-dash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fpenguin-dash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndieCoderMM","download_url":"https://codeload.github.com/IndieCoderMM/penguin-dash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243559089,"owners_count":20310692,"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":["game","phaser3","platformer","typescript"],"created_at":"2025-01-15T23:33:17.635Z","updated_at":"2025-03-14T10:23:02.124Z","avatar_url":"https://github.com/IndieCoderMM.png","language":"TypeScript","readme":"\u003cdetails\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [⛄ Penguin Dash: Frosty Adventure](#-penguin-dash-frosty-adventure)\n  - [📷 Screenshot](#-screenshot)\n  - [🎮 Play Game](#-play-game)\n  - [🔧 Built With](#-built-with)\n  - [🕹 Controls](#-controls)\n  - [🎨 Assets](#-assets)\n  - [🚀 Getting Started](#-getting-started)\n  - [🎈 Deployment](#-deployment)\n  - [🙏 Acknowledgment](#-acknowledgment)\n  - [📧 Contact](#-contact)\n  - [🤝 Contribution](#-contribution)\n  - [📜 License](#-license)\n\u003c/details\u003e\n\n# ⛄ Penguin Dash: Frosty Adventure\n\n**Slide, jump, and glide through a frosty adventure!**\n\nPenguin Dash is an exciting 2D platformer runner game set in a world of snowy mountains. Dodge snowman enemies, collect power-ups, and experience an icy adventure like never before!\n\n## 📷 Screenshot\n\n![Demo](./penguin-dash-demo.gif)\n\n## 🎮 Play Game\n\n\u003e Click the image to play this game in your browser\n\n[![Start Game](./app_screenshot.png)](https://indiecodermm.github.io/penguin-dash/)\n\n## 🔧 Built With\n\n- [Phaser.js](https://phaser.io/)\n- TypeScript\n- Parcel\n\n## 🕹 Controls\n\n- **SPACE**: Jump\n- **Right Arrow**: Slide\n\n## 🎨 Assets\n\n- 🐧 Sprites and background images from [GAMEARTGUPPY](https://www.gameartguppy.com/)\n- 🔊 Sound Effect from [Pixabay](https://pixabay.com/?utm_source=link-attribution\u0026utm_medium=referral\u0026utm_campaign=music\u0026utm_content=6462)\n\n## 🚀 Getting Started\n\nTo run **Penguin Dash** locally, follow these steps:\n\n1. Make sure you have [Node.js](https://nodejs.org/) installed on your system.\n2. Clone or download this repository to your machine.\n3. Navigate to the project directory and open a terminal.\n4. Install *Parcel* globally by running:\n```sh\nnpm install -g parcel-bundler\n```\n5. Install the project dependencies with:\n```sh\nnpm install\n```\n6. To start the development server, use:\n```sh\nnpm start\n```\n*Parcel will automatically compile and refresh the game as you make changes to the code.*\n\n## 🎈 Deployment \n\nTo deploy your game, follow these steps:\n\n1. Build the project using:\n```sh\nnpm run build\n```\n2. Customize the repository configs in `package.json`\n3. Deploy the game directly to GitHub Pages with:\n```sh\nnpm run deploy\n```\n\n## 🙏 Acknowledgment\n\nThis game was built by following the tutorial project from the book [Infinite Runner in Phaser 3](https://ourcade.co/books/infinite-runner-phaser3/). Special thanks to the author [supertommy](https://github.com/supertommy) for his valuable guidance and resources.\n\n## 📧 Contact\n\nIf you have any ideas, or comments regarding the game, please don't hesitate to reach out to me. I'd love to hear from you!\n\n- Email: hthant00chk@gmail.com\n- LinkedIn: [hthantoo](https://www.linkedin.com/in/hthantoo)\n\n## 🤝 Contribution\n\nI'd love your help in making this game even better! If you find any bugs 🐞 or have ideas 💡 for new features, let me know by [opening an issue](https://github.com/IndieCoderMM/penguin-dash/issues).\n\n## 📜 License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiecodermm%2Fpenguin-dash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findiecodermm%2Fpenguin-dash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiecodermm%2Fpenguin-dash/lists"}