多人 Android TV 游戏:Pie Noon
jopen
10年前
Pie Noon 是谷歌发布的一款开源多人 Android TV 游戏。Pie Noon 是一个简单的游戏用于演示多个 Nexus 玩家和 Android TV 设备上同时玩的游戏。支持最多 4 个玩家通过蓝牙控制器和触摸设备玩游戏。该游戏使用 FlatBuffers 用于数据序列化,使用 WebP 用于图像压缩和用于数学计算加速的 MathFu。
该游戏包含如下几个子系统:
-
PieNoonGame – holds game subsystems, state, and state machine
-
Engine – a simple, game agnostic renderer, file loader, and input system
-
Audio – a simple, game agnostic audio engine supporing buses and ducking
-
Impel – simple animation of in game objects and GUI elements
-
GUI – a simple, game agnostic GUI