文件名称:WheelOfFortune:一个有趣的决策项目
文件大小:731KB
文件格式:ZIP
更新时间:2024-06-20 00:29:49
JavaScript
命运之轮 一个有趣的决策项目 如何使用 var params = {user1: 'option1', user2: 'option2, user3: 'option3'}; var speed = Math.random() * 900 + 100; // variations possible var wheel = Wheel(params); wheel.setAcceleration(speed); wheel.start(); 使用我的(脏)索引文件,您只需通过 url 参数即可启动它: ?user1=option1&user2=option2&user3=option3&speed=500
【文件预览】:
WheelOfFortune-master
----src()
--------PHASERLICENSE.md(1KB)
--------phaser.min.js(692KB)
--------phaser.js(2.63MB)
--------wheel.js(5KB)
----LICENSE.md(1KB)
----assets()
--------cheer.mp3(68KB)
--------arrow.png(3KB)
--------clack.mp3(12KB)
----README.md(410B)
----index.html(1KB)