# Phaser 3 教學
## 簡介
### [Phaser 3 官網](https://phaser.io/)
Phaser 是開源的 Javascript 遊戲框架,支援 WebGL 與 Canvas 渲染模式,
可在電腦與手機的 Web 瀏覽器運行,支援物理運算、碰撞及動畫等遊戲常用方法。
## 教學
官方中文基礎教學(推薦)
- https://phaser.io/tutorials/making-your-first-phaser-3-game-chinese
影片系列教學(推薦)
- https://www.youtube.com/playlist?list=PLCw7wwjGEim4xTHUNLqp2JDgqio4Rh78l
國外英文筆記(推薦)
- https://rexrainbow.github.io/phaser3-rex-notes/docs/site/
中文文章教學
- https://ryangun.github.io/2018/01/04/Phaser%E5%9F%BA%E7%A1%80%E7%AF%87%E4%B8%8A/
- https://ryangun.github.io/2018/01/18/Phaser%E5%9F%BA%E7%A1%80%E7%AF%87%E4%B8%8B/
- https://ryangun.github.io/2018/01/29/Phaser%E5%8A%A8%E7%94%BB%E7%AF%87/
- https://ryangun.github.io/2018/02/26/Phaser%E4%BA%A4%E4%BA%92%E7%AF%87/
- https://ryangun.github.io/2018/03/05/Phaser%E7%89%A9%E7%90%86%E5%BC%95%E6%93%8E%E7%AF%87/
官方 API 文檔
- https://photonstorm.github.io/phaser3-docs/
Debug 技巧教學
- https://gamedevacademy.org/how-to-debug-phaser-games/
載入場景與切換 (推薦)
- https://www.patchesoft.com/phaser-3-loading-screen
## 功能與遊戲範例
官方線上 Sample 展示
- https://phaser.io/examples/v3