TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Tick!

3 pointsby memorableover 2 years ago
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&#x27;t have all of the needed features yet. Hell, it doesn&#x27;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&#x2F;20&#x2F;50&#x2F;... buttons generate a game with the same amount of checkboxes

1 comment

perilunarover 2 years ago
For me it was more of a programming challenge:<p>document.querySelectorAll(&#x27;.checkbox&#x27;).forEach(box =&gt; box.click());<p>Results:<p>Time: 00:00:00