Skip to content

czmgygyw/color-sort-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Sort Game

Lerp color by HSL / Shuffle color / Sort color / Checkwin
demo
Online Demo

游戏通过执行colorGenerator (total1, total2)来随机重置颜色
参数 total1,total2 决定了颜色的数量:(total1 + total2 - 1)

Run colorGenerator (total1, total2) to reset the color array.
The length of color array equals to (total1 + total2 - 1).

About

Lerp color by HSL / Shuffle color / Sort color 颜色排序游戏

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • CSS 17.4%
  • HTML 13.3%