An open API service indexing awesome lists of open source software.

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.

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)