
微信小游戏
Ace.三阶斗尊
web前端全栈工程师,熟悉vue2/vue3、react/react-native、node、uniapp、nuxt、electron、python.....
斗之气,斗者,斗师,大斗师,斗灵,斗王,斗皇,斗宗,斗尊,斗圣,斗帝
展开
-
微信小游戏实战——飞机大战demo笔记完整篇(函数实现)
1. 目录结构: 2. game.js:入口文件 //game.js文件完整代码: import Main from "./src/mian.js" new Main() 3. game.json:全家配置参数文件,参考https://developers.weixin.qq.com/minigame/dev/reference/configuration/app.html。...原创 2020-02-04 16:15:38 · 3618 阅读 · 0 评论 -
微信小游戏入门笔记
微信小游戏,是没有html标签,是基于js,canvas....等实现的小游戏。 1. 创建一个微信小游戏项目文件夹:wx-game 2. 在项目wx-game中创建game.json:全局配置:参考https://developers.weixin.qq.com/minigame/dev/reference/configuration/app.html。 { "deviceOrien...原创 2020-02-01 21:01:56 · 1077 阅读 · 0 评论