button
This repository contains code for solving button.qedaka.de. The goal of the game is to press a button as many times as possible. To verify the button has actually been pressed, a "proof of work" has to be provided. There are eight challenges in total – each of which uses a different kind of "proof of work":
- 01_welcome
- 02_these_numbers_are_big
- 03_are_you_still_doing_this_by_hand
- 04_broken_proof_of_work
- 05_what_the_bf
- 06_automation_is_not_enough
- 07_weird_assembly_machine
- 08_revisit_everything
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 game from start to finish is provided.
Description
Languages
Rust
96.1%
JavaScript
3.4%
Sage
0.5%