Skip to content

kasitmp/WheelOfFortune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WheelOfFortune

A little fun project for making decisions

How to use

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();

With my (dirty) index file you can start it just by url parameters: ?user1=option1&user2=option2&user3=option3&speed=500

About

A little fun project for making decisions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published