谷歌小恐龙游戏
这是我近期的一个计划,在这里不断整理思路,收集素材,初步计划是在答题结果页,加这么一个小游戏的交互。
~~~
谷歌小恐龙游戏这个彩蛋,目前有小程序或者小游戏吗?
谷歌的恐龙小游戏写了一个类似的模子(如跳跃的恐龙、障碍物仙人掌和鸟、碰到障碍物的反应等),
第一次写游戏,要考虑物理跳跃、碰撞检测、平台兼容等各个问题,游戏上线之后运行得并不理想
参考文档
1)Chrome自带恐龙小游戏的源码研究(一)
https://www.cnblogs.com/undefined000/p/trex_1.html
2)chrome 小恐龙源代码在哪里有?
https://www.zhihu.com/question/52921357
3)用uni-app做个谷歌小恐龙游戏~
https://juejin.cn/post/6904097781850816526
4)动画制作官方文档
https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/wx.createAnimation.html
https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/Animation.step.html
https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/Animation.export.html
https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createSelectorQuery.html