https://github.com/ourcade/phaser3-bomb-attack
An example of adding bombs to a Phaser 3.50+ game using components
https://github.com/ourcade/phaser3-bomb-attack
components game-development gamedev phaser3 phaserjs tutorial
Last synced: 11 months ago
JSON representation
An example of adding bombs to a Phaser 3.50+ game using components
- Host: GitHub
- URL: https://github.com/ourcade/phaser3-bomb-attack
- Owner: ourcade
- License: mit
- Created: 2021-05-30T20:07:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T15:14:53.000Z (over 3 years ago)
- Last Synced: 2025-01-26T06:27:04.618Z (about 1 year ago)
- Topics: components, game-development, gamedev, phaser3, phaserjs, tutorial
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PLumYWZ2t7CRsNX3orZRS6pn1sAsdjvADO
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Phaser 3 Bomb Attack
> An example of adding bombs to a Phaser 3.50+ game using components

## 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](https://www.youtube.com/playlist?list=PLNwtXgWIx3rjlwYx_XrOCfT2ATTGFxqf3).
## Getting Started
Clone this repository with `git` and run:
```bash
npm install
npm run start
```
## License
[MIT License](https://github.com/ourcade/phaser3-bomb-attack/blob/master/LICENSE)