An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Phaser 3 Bomb Attack
> An example of adding bombs to a Phaser 3.50+ game using components

![License](https://img.shields.io/badge/license-MIT-green)

## 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)