Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 557 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 557 Bytes

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).