-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathideas.txt
More file actions
34 lines (28 loc) · 1.37 KB
/
ideas.txt
File metadata and controls
34 lines (28 loc) · 1.37 KB
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
Frustratle
“The overly-complicated, kafkaesque word game.”
Inputs:
DONE * Rotary Phone
DONE * Random Letter Button
DONE * Binary Input
DONE * Ridiculous Password Creation Box To Type Next Letter
* Must have (large number) or more letters.
* Password cannot exceed (large number+1) letters.
* Must contain Cyrillic Characters.
DONE * slider to pick letter, but they're in a random order
IGNORE * shitty Captcha
* white on light-grey text keyboard
IGNORE * Keyboard made up of IPA sounds only
* Old mobile phone dialler (with several letters per number)
* Letters scroll by. Correct letter must be pressed when in crosshairs.
DONE * Keyboard scrambles after every key.
DONE* Higher/lower - play your cards right.
Add a letter to the array if there are less than 5.
Update the output to show the current array at the current level.
Backspace removes the last letter and updates the output.
If enter is pressed:
check there are 5 letters in the array
check if word matches,
if not, check each letter to its position
for every letter that matches, replace its position in the word with a star.
once all direct matches have been checked, remove the stars and iterate through remaining unmatched letters to see if they appear in the target word (excluding already matched letters)
every time an indirect match is found, remove that letter from the source word