Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 5 hours 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.80.x

## Development

```bash
mkdir js
wget -O js/phaser.min.js https://github.com/phaserjs/phaser/releases/download/v3.80.1/phaser.min.js
```