Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 630 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 630 Bytes

Phaser 3 Bomb Attack

An example of adding bombs to a Phaser 3.50+ game using components

License

Overview

This is the source code for a 2 part mini-series that goes into creating a Zelda-like bomb dropping mechanic using Phaser 3.50+ and TypeScript.

Check out the 2 part video series on YouTube.

Getting Started

Clone this repository with git and run:

npm install
npm run start

License

MIT License