Live data from Hacker News

Programming Scavenger Hunt

news.ycombinator.com

1–4 of 4 posts

Programming Scavenger Hunt

#1
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?

Re: Programming Scavenger Hunt

#4
CTF's are a security focused version of that: https://ctftime.org/

They are more jeapordy style than a linear competition.

I vaguely remember a company putting on an infrastructure style one, maybe it was StripeCTF.

There was also an infrastructure focused leetcode style project that made it to hacker news, but I can't remember the name.

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.

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.