Skip to content

2D Platformer game where you guide a penguin through icy adventure, avoiding snowman enemies. Built with Phaser + TS

License

Notifications You must be signed in to change notification settings

IndieCoderMM/penguin-dash

Repository files navigation

Table of Contents

⛄ Penguin Dash: Frosty Adventure

Slide, jump, and glide through a frosty adventure!

Penguin 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!

📷 Screenshot

Demo

🎮 Play Game

Click the image to play this game in your browser

Start Game

🔧 Built With

🕹 Controls

  • SPACE: Jump
  • Right Arrow: Slide

🎨 Assets

🚀 Getting Started

To run Penguin Dash locally, follow these steps:

  1. Make sure you have Node.js installed on your system.
  2. Clone or download this repository to your machine.
  3. Navigate to the project directory and open a terminal.
  4. Install Parcel globally by running:
npm install -g parcel-bundler
  1. Install the project dependencies with:
npm install
  1. To start the development server, use:
npm start

Parcel will automatically compile and refresh the game as you make changes to the code.

🎈 Deployment

To deploy your game, follow these steps:

  1. Build the project using:
npm run build
  1. Customize the repository configs in package.json
  2. Deploy the game directly to GitHub Pages with:
npm run deploy

🙏 Acknowledgment

This game was built by following the tutorial project from the book Infinite Runner in Phaser 3. Special thanks to the author supertommy for his valuable guidance and resources.

📧 Contact

If 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!

🤝 Contribution

I'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.

📜 License

This project is licensed under the MIT License.

About

2D Platformer game where you guide a penguin through icy adventure, avoiding snowman enemies. Built with Phaser + TS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published