Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 567 Bytes

YansGame-Vue (已关闭,转用Unity开发)

一个整合socket.io + vue + phaser3 的尝试性多人在线游戏项目

如何启动

# 修改main.js中的服务器地址(见另一项目 Yans-server:  https://github.com/YansHJ/Yans-Server)
const socket = io('http://localhost:8080')

# 安装依赖
npm install

# 启动
npm run serve

# 打包
npm run build

后续是否会持续开发完成

我不好说

开发的初衷是

本身对游戏开发很感兴趣,但一直没有机会接触,所以这个项目只是初次的尝试