~dricottone/riddler-230106

ref: 7ae2c096d5b882fd5c3d189a8ca9e7b2b9d6da06 riddler-230106/README.md -rw-r--r-- 529 bytes
7ae2c096Dominic Ricottone Fiddling with a README 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 <a href="tree/dev/classic/README.md">tree/dev/classic/README.md</a>.

```
$ 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
```