Game Center是否需要Sprite Kit?

时间:2018-12-29 18:49:13

标签: sprite-kit swift4 game-center game-center-leaderboard

我在 Swift 4.2 中创建了未使用SpriteKit构建的测验游戏。我可以找到的有关游戏中心集成的所有当前资源都涉及SpriteKit。因此,我试图确定是否需要在SpriteKit中制作游戏才能使用 Game Center ?如果没有,有人可以指出我当前的相关资源吗?

1 个答案:

答案 0 :(得分:0)

不,您不需要Sprite Kit,您需要的是Game Kit框架,这是Apple为您提供的能够建立此连接的框架。 首先在这里查看一下Apple文档: Apple GameKit documentation 在查看完此内容后,可以在此处找到更简单的教程:Implementing Game Center - Game Kit