https://github.com/michael811125/flappybird_oxgframe
use OxGFrame to make a flappy bird game.
https://github.com/michael811125/flappybird_oxgframe
flappy-bird flappy-bird-unity flappybird oxgframe oxgkit unity unity-framework-sample unity-sample
Last synced: about 1 year ago
JSON representation
use OxGFrame to make a flappy bird game.
- Host: GitHub
- URL: https://github.com/michael811125/flappybird_oxgframe
- Owner: michael811125
- Created: 2022-11-12T13:15:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T10:14:27.000Z (about 1 year ago)
- Last Synced: 2025-04-02T11:24:59.947Z (about 1 year ago)
- Topics: flappy-bird, flappy-bird-unity, flappybird, oxgframe, oxgkit, unity, unity-framework-sample, unity-sample
- Homepage:
- Size: 32.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FlappyBird
### Demo 分支選項
- [使用 Resources 開發](https://github.com/michael811125/FlappyBird_OxGFrame/tree/resources)
- [使用 AssetBundle 開發 ](https://github.com/michael811125/FlappyBird_OxGFrame/tree/assetbundle)
- [使用 AssetBundle + CLR 開發](https://github.com/michael811125/FlappyBird_OxGFrame/tree/assetbundle_clr)
### 專案說明
基於 OxGFrame 重新詮釋 FlappyBird 小遊戲,使用單一場景進行開發,讓邏輯與遊戲階段更為鮮明。
### 專案框架
[OxGFrame](https://github.com/michael811125/OxGFrame)
### 代碼風格
[Coding Style](https://github.com/michael811125/OxGFrame/wiki/Coding-Style)
### Unity 版本
建議使用 Unity 2022.3.59f1(LTS) or higher 版本 - [Unity Download](https://unity3d.com/get-unity/download/archive)
---
### 參考
[LordZed400/Flappy-Bird-Unity](https://github.com/LordZed400/Flappy-Bird-Unity)