文件名称:word-war-client
文件大小:44KB
文件格式:ZIP
更新时间:2024-08-01 18:50:17
JavaScript
设置 npm install bower install npm start 浏览器: http://localhost:3000 词战模块 wordWar.login onUsernameEntered(handler:function) 当用户在用户名输入字段中按 Enter 键时,将调用handler函数。 handler函数将接收一个参数,即输入元素inputElement:HTMLInputElement 。 可以使用inputElement.value获取实际用户名。 loggedIn:boolean 一个状态变量,告诉游戏用户是否已登录。设置为true ,将触发单词输入字段、字母网格和剩余时间的渲染。 wordWar.letterGrid onWordEntered(handler:function) 当用户在单词输入字段中按 Enter 键时,将调用handle
【文件预览】:
word-war-client-master
----.jshintrc(432B)
----.gitignore(40B)
----package.json(579B)
----.bowerrc(34B)
----Gruntfile.js(2KB)
----public()
--------app()
--------images()
--------main.css(422B)
--------index.html(4KB)
----index.js(110B)
----README.md(5KB)
----bower.json(457B)
----test()
--------remaining-time.spec.js(1KB)
--------highscore.spec.js(2KB)