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
- Host: GitHub
- URL: https://github.com/igrep/2d_breakout_game_phaser
- Owner: igrep
- Created: 2024-08-24T06:41:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-02T12:13:43.000Z (11 months ago)
- Last Synced: 2026-01-14T23:14:09.899Z (5 months ago)
- Language: HTML
- Size: 107 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.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
```