Hello HN!<p>I am currently working on this little game called _Tick!_, where you have to tick checkboxes as quickly as possible.<p>The game is still in its very early age and doesn't have all of the needed features yet. Hell, it doesn't even work on mobile and lack proper labelling, but I wanted to get something out first and see if people like it.<p>So, here comes nothing.<p>Note: The 10/20/50/... buttons generate a game with the same amount of checkboxes
For me it was more of a programming challenge:<p>document.querySelectorAll('.checkbox').forEach(box => box.click());<p>Results:<p>Time: 00:00:00