Friday, April 29, 2022

Show HN: Colorfle – A daily color mixing game inspired by Wordle https://ift.tt/yFuIV7l

Show HN: Colorfle – A daily color mixing game inspired by Wordle Hi HN, I was inspired by Wordle to make Colorfle, a different take on the genre where the goal is to mix colors together to match the target color within six tries. There were some interesting problems to tackle in making this game, one of them being the difference between mixing digital colors and real-life behavior (in RGB, blue + yellow = grey!). I hope you enjoy it -- any feedback would be much appreciated! https://colorfle.com/ April 29, 2022 at 08:20PM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...