From 0b6c29ab8811f6fe8e4538357e1fb97c4ec0ae36 Mon Sep 17 00:00:00 2001 From: jbb01 <32650546+jbb01@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:59:57 +0200 Subject: [PATCH] add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d33d22 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# button + +This repository contains code for solving the challenges from [button.qedaka.de](https://button.qedaka.de). There are eight +challenges in total: +- [01_welcome](./js/01_welcome.js) +- [02_these_numbers_are_big](./js/02_these_numbers_are_big.js) +- [03_are_you_still_doing_this_by_hand](./js/03_are_you_still_doing_this_by_hand.js) +- [04_broken_proof_of_work](./js/04_broken_proof_of_work.js) +- [05_what_the_bf](./js/05_what_the_bf.js) +- [06_automation_is_not_enough](./js/06_automation_is_not_enough.js) +- [07_weird_assembly_machine](./js/07_weird_assembly_machine.js) +- [08_revisit_everything](./js/08_revisit_everything.js) + +Challenges one through four are trivial to solve. For challenges five through eight there is one binary each which +demonstrates an approach to a solution. + +One additional binary for solving the whole puzzle from start to finish is provided. +