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

https://github.com/igrep/2d_breakout_game_phaser

Update the example code in https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser for Phaser 3.80.x
https://github.com/igrep/2d_breakout_game_phaser

Last synced: 5 months ago
JSON representation

Update the example code in https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser for Phaser 3.80.x

Awesome Lists containing this project

README

          

# 2D_Breakout_game_Phaser

Update the example code in https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser for Phaser 3.90.x

## Development

Install the dependencies:

```bash
mkdir js
curl -Lo js/phaser.min.js https://github.com/phaserjs/phaser/releases/download/v3.90.0/phaser.min.js
```

In some environment, you have to launch a web server to load the image files. For example:

```bash
python3 -m http.server
```