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

想请教下如何实现,有无源文件可以参考 #1

Open
little-hao opened this issue Nov 17, 2024 · 1 comment
Open

想请教下如何实现,有无源文件可以参考 #1

little-hao opened this issue Nov 17, 2024 · 1 comment

Comments

@little-hao
Copy link

实现像这样的网页游戏需要有哪些组件,跪求告知,我google第一条就是你的github,但看完了我也不知道该从哪里下手/(ㄒoㄒ)/~~

@laerpeeK
Copy link
Owner

  1. 做页游/小游戏建议使用cocos creator之类的游戏引擎。可以在官方网站找到具体文档跟教学视频。当然也包括一些组件。
  2. 这个游戏的话,因为时间久远大概是08~12年的游戏。交互比较简单(点击页面,触发功能)。可以按照一般开发网页应用的方式去实现。当然啦,会涉及到很多游戏逻辑的代码实现,还是靠个人能力,没有办法说找到一个库可以调用的。
  3. 但有如下库,对于实现网页功能,参照具体功能推荐:
    页面响应式 vue
    数据持久存储 vuex + localStorage
    聊天室 socket.io
    文件编译转换打包 webpack/vite
    数据加密 crypto
    数据库 mysql/mongodb
    简单后端API服务 Express

也没有说很具体的实现路径,拿网页框架开发游戏的本身就是点错天赋点的做法。如果你要做游戏,就是用成熟的游戏框架,然后根据教程做一些demo,实现常规游戏的基本功能。再按照你的实际目的做组装复现就可以啦。

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

No branches or pull requests

2 participants