You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/games/tutorials/2d_breakout_game_phaser/randomizing_gameplay/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ You can do a lot more in the game—add whatever you feel would be best to make
299
299
- Grant extra bonus points if bricks are destroyed rapidly, several-in-a-row (or other bonuses of your choosing).
300
300
- Create levels with different brick layouts.
301
301
302
-
Be sure to check the ever-growing list of [examples](https://labs.phaser.io/) and the [official documentation](https://phaser.io/docs/), and visit the [Phaser Discourse forum](https://phaser.discourse.group/) if you ever need any help.
302
+
Be sure to check the ever-growing list of [examples](https://labs.phaser.io/) and the [official documentation](https://docs.phaser.io/), and visit the [Phaser Discourse forum](https://phaser.discourse.group/) if you ever need any help.
303
303
304
304
You could also go back to [this tutorial series' index page](/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser).
Copy file name to clipboardExpand all lines: files/en-us/games/tutorials/html5_gamedev_phaser_device_orientation/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ By the end of the tutorial you will have a fully functional demo game: [Cyber Or
15
15
16
16
## Phaser framework
17
17
18
-
[Phaser](https://phaser.io/) is a framework for building desktop and mobile HTML games. It's quite new, but growing rapidly thanks to the passionate community involved in the development process. You can check it out [on GitHub](https://github.com/phaserjs/phaser) where it's open sourced, read the [online documentation](https://phaser.io/docs/) and go through the big collection of [examples](https://labs.phaser.io/). The Phaser framework provides you with a set of tools that will speed up development and help handle generic tasks needed to complete the game, so you can focus on the game idea itself.
18
+
[Phaser](https://phaser.io/) is a framework for building desktop and mobile HTML games. It's quite new, but growing rapidly thanks to the passionate community involved in the development process. You can check it out [on GitHub](https://github.com/phaserjs/phaser) where it's open sourced, read the [online documentation](https://docs.phaser.io/) and go through the big collection of [examples](https://labs.phaser.io/). The Phaser framework provides you with a set of tools that will speed up development and help handle generic tasks needed to complete the game, so you can focus on the game idea itself.
0 commit comments