Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[软技能] 第198天 你有做过H5的游戏开发吗?说说它的开发步骤 #1463

Open
haizhilin2013 opened this issue Oct 30, 2019 · 1 comment
Labels
软技能 软技能

Comments

@haizhilin2013
Copy link
Collaborator

第198天 你有做过H5的游戏开发吗?说说它的开发步骤

@haizhilin2013 haizhilin2013 added the 软技能 软技能 label Oct 30, 2019
@forever-z-133
Copy link

  • 拆分页面、界面;类似确定路由关系
  • 选择框架,或自研框架;比如 three.js pixi.js 等
  • 整理素材,写好动画 demo;
  • 抽象对象、状态,准备组件化开发;
  • 整理全局数据,如各角色配置、总分、组件状态等
  • 确定各组件间父子兄弟关系
  • 开始开发

可以说,游戏开发不搞组件化很难控制私有数据和业务数据,
比如动画到了第几帧这类数据变为私有的不用去关系多棒。

至于 cocos 等的可视化开发,接触较少就不 BB 了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
软技能 软技能
Projects
None yet
Development

No branches or pull requests

2 participants