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.

Programming Scavenger Hunt

3 pointsby cornelisabout 2 years ago
about 10 years ago, I did a programming scavenger hunt with my colleagues which was good fun. Every next challenge required you to program a solution. Only when you found the solution, you could move on to the next one. It was very varied. 1 challenge required you to beat the computer in rock/paper/scissors, one required you to look at the ascii codes. Based on this description, is there anybody that can tell me the name of this scavenger hunt?

3 comments

hayst4ckabout 2 years ago
CTF&#x27;s are a security focused version of that: <a href="https:&#x2F;&#x2F;ctftime.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ctftime.org&#x2F;</a><p>They are more jeapordy style than a linear competition.<p>I vaguely remember a company putting on an infrastructure style one, maybe it was StripeCTF.<p>There was also an infrastructure focused leetcode style project that made it to hacker news, but I can&#x27;t remember the name.<p>The ACM programming contest sounds like the most directly applicable thing I can think of, but IIRC teams normally distribute problems to their members rather than it being graduated unlocking.<p>A few companies have also put these style competitions on for students, but those are private and done by very motivated employees of those companies.
mikewarotabout 2 years ago
My first instinct was Project Euler[1], but that&#x27;s not it.<p>Consider also the Advent of Code[2], especially relevant is day 2 of last year, involving rock, paper, scissors[2a]<p>[1] <a href="https:&#x2F;&#x2F;projecteuler.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;projecteuler.net&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;adventofcode.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;adventofcode.com&#x2F;</a><p>[2a] <a href="https:&#x2F;&#x2F;adventofcode.com&#x2F;2022&#x2F;day&#x2F;2" rel="nofollow">https:&#x2F;&#x2F;adventofcode.com&#x2F;2022&#x2F;day&#x2F;2</a>
dasbothabout 2 years ago
The Python Challenge sounds similar but I don&#x27;t know if there was a rock paper scissors component.<p><a href="http:&#x2F;&#x2F;www.pythonchallenge.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pythonchallenge.com&#x2F;</a>