5 changed files with 244 additions and 237 deletions
@ -0,0 +1,181 @@ |
||||
package builtins |
||||
|
||||
var Karaokards = [...]string{ |
||||
"Chorus contains a name", |
||||
"Refers to an animal", |
||||
"Aggressive", |
||||
"Contains instructions", |
||||
"Refers to relationships", |
||||
"Folk", |
||||
"Novelty", |
||||
"Pre-sixties", |
||||
"1960s", |
||||
"Ballad", |
||||
"Musical", |
||||
"Heartbroken", |
||||
"Contains made-up words", |
||||
"Refers to a colour", |
||||
"Chorus contains me, mine or my", |
||||
"Chorus contains want, need or have", |
||||
"Chorus contains how, when or why", |
||||
"Refers to money", |
||||
"Chorus contains love, like or hate", |
||||
"Chorus contains man, woman or everybody", |
||||
"Anthemic", |
||||
"Refers to explosives", |
||||
"Chorus contains a number", |
||||
"1970s", |
||||
"2000s", |
||||
"Love Song", |
||||
"Country-pop", |
||||
"Grunge", |
||||
"Indie", |
||||
"This is a morality tale", |
||||
"I've never sung this before", |
||||
"They'd beat me in a fight", |
||||
"My mortal enemy", |
||||
"Their name starts with the same letter as mine", |
||||
"This is NOT my era", |
||||
"Chorus contains oh, ooh or baby", |
||||
"Samples another song", |
||||
"Chorus contains don't, won't or can't", |
||||
"Euphoric", |
||||
"Title contains day, night or tomorrow", |
||||
"Chorus contains boy, girl or child", |
||||
"Refers to space", |
||||
"Soul", |
||||
"R&B", |
||||
"Dance", |
||||
"Electronie", |
||||
"Pop", |
||||
"1990s", |
||||
"Rock", |
||||
"Title contains brackets", |
||||
"Refers to religion", |
||||
"Refers to music", |
||||
"Chorus contains this, that or there", |
||||
"Chorus contains up, down or over", |
||||
"Beautiful", |
||||
"Mean about someone", |
||||
"Refers to weather", |
||||
"Chorus contains you, your or you're", |
||||
"Gloomy", |
||||
"Contains questions", |
||||
"Refers to death", |
||||
"Refers to sleep", |
||||
"Chorus contains heart, head or soul", |
||||
"Rock", |
||||
"Pop", |
||||
"Country", |
||||
"Punk", |
||||
"Rap", |
||||
"Christmas", |
||||
"Motown", |
||||
"This is their Second-best song", |
||||
"I shouldn't know this song. But I do!", |
||||
"I don't need the screen!", |
||||
"I'm too old for this song", |
||||
"The story of my life", |
||||
"I love this song SO much", |
||||
"They're twice my age!", |
||||
"Chorus contains I, I’m or I’ve", |
||||
"Title is one word long", |
||||
"Soundtrack", |
||||
"Pop", |
||||
"Is a metaphor", |
||||
"Title is at least five words long", |
||||
"Chorus contains move, stay or go", |
||||
"Refers to a place", |
||||
"R&B", |
||||
"Metal", |
||||
"Good workout music", |
||||
"Requires audience participation", |
||||
"Power Ballad", |
||||
"1980s", |
||||
"Rock", |
||||
"Rap", |
||||
"Pop-punk", |
||||
"Alternative", |
||||
"Soul", |
||||
"My secret shame", |
||||
"This gets me a bit emotional", |
||||
"Out of my range", |
||||
"This person is bad at their job", |
||||
"They look like someone here", |
||||
"I don't know the verse", |
||||
"They're half my age!", |
||||
"Play this at my funeral", |
||||
"This is NOT my genre", |
||||
"I hate this song so much", |
||||
"Girl band", |
||||
"Male solo", |
||||
"Artist begins with A", |
||||
"Just one word", |
||||
"Mixed gender band", |
||||
"Artist begins with C", |
||||
"Artist begins with G", |
||||
"Two people", |
||||
"TV contestant", |
||||
"European", |
||||
"Artist begins with P", |
||||
"Artist begins with M", |
||||
"In a famous family", |
||||
"Male-fronted band", |
||||
"Australian", |
||||
"One-hit wonder", |
||||
"Female-fronted band", |
||||
"Artist begins with T", |
||||
"Rock", |
||||
"Indie-rock", |
||||
"R&B", |
||||
"Latin", |
||||
"Disco", |
||||
"Britpop", |
||||
"2010s", |
||||
"I was a teenager!", |
||||
"The music video is so good", |
||||
"I’m younger than this song", |
||||
"First dance at my imaginary wedding", |
||||
"I'm worried about them", |
||||
"This person is the best dancer", |
||||
"I know the dance", |
||||
"Mostly shouting", |
||||
"They're not my gender", |
||||
"I wish we were married", |
||||
"I played this song too often", |
||||
"They are so influential", |
||||
"My favourite song of theirs", |
||||
"Perfect montage music", |
||||
"Artist uses their surname", |
||||
"Famous partner", |
||||
"Artist begins with E", |
||||
"Troubled artist", |
||||
"Actor", |
||||
"Artist begins with F", |
||||
"Solo artist", |
||||
"Artist begins with R", |
||||
"Hellraiser", |
||||
"Artist begins with ‘The’", |
||||
"10+ year career", |
||||
"Boy band", |
||||
"Female solo", |
||||
"British", |
||||
"Inappropriately clothed", |
||||
"Award winners", |
||||
"Artist begins with S", |
||||
"Artist begins with W", |
||||
"Asian", |
||||
"They split up :(", |
||||
"North American", |
||||
"Pop", |
||||
"Goth or Emo", |
||||
"This is a bit creepy, frankly", |
||||
"I’ve seen them in real life", |
||||
"A beautiful love story", |
||||
"OK, this is just ridiculous", |
||||
"Artist begins with B", |
||||
"Artist begins with D", |
||||
"They’re dead :(", |
||||
"Artist begins with L", |
||||
"Amazing hair", |
||||
"Artist begins with J"} |
Binary file not shown.
Loading…
Reference in new issue