Ecosyste.ms: Awesome
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: 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
- Host: GitHub
- URL: https://github.com/igrep/2d_breakout_game_phaser
- Owner: igrep
- Created: 2024-08-24T06:41:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T07:05:50.000Z (3 months ago)
- Last Synced: 2024-08-24T08:24:31.657Z (3 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```