-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (31 loc) · 927 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
I used to have the radio alphabet memorized. That was awesome!
I forgot it. Lamesauce!
I wrote a program, that I intend to run daily (or thereabouts), that will help me memorize this:
* alpha
* bravo
* charlie
* delta
* echo
* foxtrot
* golf
* hotel
* india
* juliet
* kilo
* lima
* mike
* november
* oscar
* papa
* quebec
* romeo
* sierra
* tango
* uniform
* victor
* whisky
* x-ray
* yankee
* zulu
It will do this by shuffling up the words (so I don't memorize the pattern, but the actual words), and prompting me with the starting letter. If I get it right, that letter is done. If not, a new letter will be asked, and the incorrect one will turn up later. This will repeat until all 26 letters are done, or until I force-quit like a whiny quitter butt.
Scores will be appended to a hidden file in the working directory. The best time will be reported upon completion.