欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

谷歌发布开源游戏用于展示多人 Android TV 游戏

程序员文章站 2022-04-05 17:46:45
...
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


谷歌发布开源游戏用于展示多人 Android TV 游戏

Pie Noon 在 Play Store 上的地址:
https://play.google.com/store/apps/details?id=com.google.fpl.pie_noon