Skip to content

P-lavanya16/Random-Disco-Light-Simulator

 
 

Repository files navigation

Random Disco Light Simulator

This simulator takes three inputs:

Inputs:

  1. How many random colors you want to be shown?
  2. With how much time interval (in milliseconds) you want to change the colors randomly?
  3. What type of view you want to choose (conic, linear or radial)?

Output:

On the basis of these three inputs, it simulates conic or linear view for given number of random colors and time interval.

Try these inputs:

  • 1000
  • 1 milliseconds
  • conic
  • 1000
  • 1 milliseconds
  • radial
  • 2
  • 500 milliseconds
  • linear
  • 1000
  • 1 milliseconds
  • linear

Screenshot of the website

image

Our Contributors !! ✨

Thanks to these wonderful people: ✨

Have a fun! 😄

🔗 Link:

https://sk66641.github.io/Random-Disco-Light-Simulator/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.2%
  • CSS 36.6%
  • HTML 23.2%