multiplayer-es6:使用ECMAScript 6的多人游戏环境

时间:2024-05-19 16:27:32
【文件属性】:

文件名称:multiplayer-es6:使用ECMAScript 6的多人游戏环境

文件大小:119KB

文件格式:ZIP

更新时间:2024-05-19 16:27:32

JavaScript

ES6的多人游戏环境 该演示基于underscorediscovery的“ HTML5中的实时多人游戏”( )。 入门 克隆master分支或并将其解压缩。 安装Node.js和NPM。 在命令提示符下输入: $ npm install $ grunt $ node dist/app.js 使用网络浏览器访问http://localhost:4004/或http://localhost:4004/?debug 。 执照


【文件预览】:
multiplayer-es6-master
----package.json(652B)
----LICENSE(3KB)
----dist()
--------client.js(47KB)
--------client.es6.js(40KB)
--------app.js.map(40KB)
--------app.es6.js(23KB)
--------index.html(1KB)
--------lib()
--------app.js(30KB)
--------client.js.map(71KB)
--------favicon.ico(163KB)
--------index.css(287B)
----Gruntfile.js(2KB)
----src()
--------CommonProc.es6.js(5KB)
--------ClView.es6.js(7KB)
--------ClPresenter.es6.js(16KB)
--------SvSession.es6.js(5KB)
--------ClSession.es6.js(12KB)
--------SvModel.es6.js(2KB)
--------SvPresenter.es6.js(11KB)
----.gitignore(361B)
----README.md(648B)

网友评论