←back to thread

378 points hubraumhugo | 4 comments | | HN request time: 0.723s | source
1. johnd0309 ◴[] No.35999957[source]
I solved all levels using (always the same) two words ("remove lastletter") but can't solve all levels using a single word, did anyone manage that?
replies(2): >>36000058 #>>36016511 #
2. xcv123 ◴[] No.36000058[source]
That is clever. I couldn't find a single word solution yet, but I did reduce the length of your solution:

"drop lastchar"

replies(1): >>36000112 #
3. johnd0309 ◴[] No.36000112[source]
even better, thanks! annoyingly, even with this improved version, removing the space breaks it, so we're still at two words
4. cicciopastic ◴[] No.36016511[source]
Used 'reverse' and solved all levels. Gets some mis-spelling (!) and sometime requires re-tries (!!) especially on level four (!!!) but works consistently as a single-word solution