是否有用于创建填字游戏的 iOS SDK?
我们正在寻求创建一款填字游戏,我想了解如何通过使用 iOS SDK 帮助我们的客户减少开发时间。我们正在寻找游戏交互(加载单词、将字母拖到板上、单词验证等)
We are looking to create a crossword puzzle game and I'd like to see how we can help our client reduce development time by using an iOS SDK. We are looking for the game interaction (loading words, dragging letters to board, word validation, etc)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Cocoas2D 或有 Unity3D 帮助您创建 iOS 游戏。
Look into Cocoas2D or there is Unity3D to assist you in creating games for iOS.
如果我了解您想要一种自动创建填字游戏的方式,我相信您正在寻找一个“图书馆”。不幸的是,我不相信有任何可以满足您的需求。
如果您像我一样,请创建自己的纸质填字游戏,然后在 iOS 上制作它们。
关于如何制作 iOS 游戏的一本好书是“学习 iOS 游戏编程”,作者:Michael Daley。
我敢打赌,凭借这本书上的资源和良好的逻辑规划,你很快就会制作出你的游戏。
I believe you are looking for a 'Library' if what I understand is that you want an automated way of creating crossword puzzles. Unfortunately I do not believe there is any that would fit your needs.
If you are like me, create your own paper crossword puzzles and then make them on iOS.
A great book to get on how to make games for iOS would be 'Learning iOS Game Programming" by Michael Daley.
I bet with the resources on that book and good logical planning you will have your game made in no time.