From 26ca7fbcd43d103d62912e8c130eb5921d32edb3 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Fri, 13 May 2022 14:58:47 +0800 Subject: Remove "ripped" (Redecorate) --- README.md | 2 +- data/tracks_words | 1 - data/words | 1 - data/words.json | 1 - index.html | 7 ++++--- words.html | 3 +-- words.js | 1 - 7 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c2bc094..9c65326 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ You can play it here: [One tøp song](https://fkfd.me/toys/one_top_song/) ## Synopsis -__1003__. That's how many words there are that appear in only one twenty +__1001__. That's how many words there are that appear in only one twenty øne piløts song, give or take (see next section for more details). From obvious ones like "stressed", to words that you swear you heard elsewhere but aren't such as "went". diff --git a/data/tracks_words b/data/tracks_words index f41d9c4..e1dddc4 100644 --- a/data/tracks_words +++ b/data/tracks_words @@ -133,7 +133,6 @@ Redecorate inline Redecorate redecorate Redecorate decisions Redecorate mostly -Redecorate ripped Redecorate perspective Redecorate traditional Redecorate wonderful diff --git a/data/words b/data/words index a22a3b0..d453e88 100644 --- a/data/words +++ b/data/words @@ -708,7 +708,6 @@ revel reverse rhythm rim -ripped rising risks rival diff --git a/data/words.json b/data/words.json index c037213..094127a 100644 --- a/data/words.json +++ b/data/words.json @@ -128,7 +128,6 @@ {"track":"Redecorate","word":"inline","lines":["Seein' snapshots chronologically inline"]}, {"track":"Redecorate","word":"decisions","lines":["Make my people make decisions, wondering what to do, oh"]}, {"track":"Redecorate","word":"mostly","lines":["He says he likes an open schedule, but he mostly hates it"]}, -{"track":"Redecorate","word":"ripped","lines":["So she ripped them off the mirror, stepped back and she said"]}, {"track":"Redecorate","word":"perspective","lines":["Tried lookin' at it from a new perspective"]}, {"track":"Redecorate","word":"traditional","lines":["Just not the traditional way, yeah"]}, {"track":"Redecorate","word":"wonderful","lines":["There was a wonderful structure to the city"]}, diff --git a/index.html b/index.html index ae37031..652dc06 100644 --- a/index.html +++ b/index.html @@ -83,14 +83,14 @@
How many words are there?

- 1002. + 1001. You can see a full list here.

Whether or not this is a lot is left as an exercise for the reader.

Trivia:

diff --git a/words.html b/words.html index 8c0cd3b..fcdc6bb 100644 --- a/words.html +++ b/words.html @@ -145,7 +145,7 @@ repentanceRepentance is taking commission tollIt's taking a toll destinyNew destiny to the grave -RedecoratescheduleHe says he likes an open schedule, but he mostly hates it +RedecoratescheduleHe says he likes an open schedule, but he mostly hates it inventoryTakin' inventory of his life inebriatedAnd he feels trapped when he's not inebriated sedatedFair to say he's fairly sedated most days of the week @@ -159,7 +159,6 @@ inlineSeein' snapshots chronologically inline decisionsMake my people make decisions, wondering what to do, oh mostlyHe says he likes an open schedule, but he mostly hates it -rippedSo she ripped them off the mirror, stepped back and she said perspectiveTried lookin' at it from a new perspective traditionalJust not the traditional way, yeah wonderfulThere was a wonderful structure to the city diff --git a/words.js b/words.js index af3624e..7c33723 100644 --- a/words.js +++ b/words.js @@ -128,7 +128,6 @@ let WORDS = [ {track:"Redecorate",word:"inline",lines:["Seein' snapshots chronologically inline"]}, {track:"Redecorate",word:"decisions",lines:["Make my people make decisions, wondering what to do, oh"]}, {track:"Redecorate",word:"mostly",lines:["He says he likes an open schedule, but he mostly hates it"]}, -{track:"Redecorate",word:"ripped",lines:["So she ripped them off the mirror, stepped back and she said"]}, {track:"Redecorate",word:"perspective",lines:["Tried lookin' at it from a new perspective"]}, {track:"Redecorate",word:"traditional",lines:["Just not the traditional way, yeah"]}, {track:"Redecorate",word:"wonderful",lines:["There was a wonderful structure to the city"]}, -- cgit v1.2.3