From f4f87a7d28cfcef6d9755e47bf8e3243cfa02661 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Thu, 12 Jan 2023 14:27:33 -0600 Subject: [PATCH] Adding a README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5776b6d --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +This is my solution to [https://fivethirtyeight.com/features/can-you-fend-off-the-alien-armada/]. + +## Riddler Express + +``` +$ make express +./main.py +There are 11 ways to score 60 points +61 points can be scored in just 10 ways +``` + +## Riddler Classic + +See also [[tree/dev/classic/README.md]]. + +``` +$ make classic +python -m classic +Built 7864320 fighters with 32768 assemblers + * 0 fighters were built concurrent to the assemblers + * 7864320 fighters were built in the unconsumed 240 hours +``` + -- 2.45.2