└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # The LaurieWired 2024 Halloween Programming Challenge 🎃
2 |
3 |

4 |
5 | **Have you ever wanted your code roasted on a LaurieWired Youtube video? Do you like Steins;Gate and think your personal captcha system outclasses decades of reverse-turing research? Do you also enjoy custom, low-quality prizes? Here's your chance!**
6 |
7 | ## 🔮 Background
8 |
9 | Kurisu Makise has reappeared from the year 2038 to your current worldline. According to her, the only thing standing between CERN and total domination by their new AI system is...
10 |
11 | A new kind of CAPTCHA.
12 |
13 | Kurisu has turned to you, the future depends on your ingenuity. The CAPTCHA must be difficult enough to baffle the AI, yet solvable by the average human.
14 |
15 |
16 | ## 🎯 Objective
17 | Create a modern CAPTCHA system for the future. Anything goes.
18 |
19 | Use the programming language of your choice.
20 |
21 | ## 📜 Rules
22 | - Your CAPTCHA *must* be solvable by a human in ~30 seconds or less.
23 | - The code *must* compile to a valid binary.
24 | - If I need to use a non-standard method to compile your code, call it out in the code comments.
25 | - All supporting assets *must* be included in the zip file you give me.
26 | - Call out how to execute the binary if unconventional.
27 | - No Malware.
28 |
29 |
30 | ## 🕛 Deadline
31 | Submissions will close at approximately 23:59 PST on Wednesday, October 16th 2024.
32 |
33 | ## 📥 How to Submit
34 |
35 | All submissions must be sent as a public or private git repo. If private, add LaurieWired as a collaborator. Include the source code and a compiled + zipped *Windows* executable in the repo. Submit via this form:
36 |
37 | [Submit Form](https://forms.gle/nTY42PXvMxQtj1TCA)
38 |
39 | The most interesting submissions will be featured in a special upcoming Halloween LaurieWired video. Check last year's video for an example of the previous challenge: [Asuka Roasts Your Sorting Algorithms](https://www.youtube.com/watch?v=u0aoByec99Q)
40 |
41 | ## 🎁 Prize
42 | All "finalists" (aka entries that get featured in the upcoming LaurieWired video) will recieve a special custom gift from LaurieWired, mailed to an address of their choosing.
43 |
--------------------------------------------------------------------------------