Spaces:
Sleeping
Sleeping
| module.exports = { | |
| animals: [ | |
| // easy | |
| 'cat','dog','fish','bird','frog','bear','lion','duck','cow','pig', | |
| 'hen','ant','bee','fly','bat','owl','fox','wolf','deer','goat', | |
| 'horse','sheep','snake','mouse','rabbit','turtle','monkey','parrot', | |
| // medium | |
| 'elephant','giraffe','penguin','dolphin','tiger','kangaroo','flamingo', | |
| 'octopus','cheetah','gorilla','panda','zebra','crocodile','chameleon', | |
| 'hedgehog','platypus','narwhal','sloth','axolotl','capybara','quokka', | |
| 'peacock','pelican','armadillo','pangolin','iguana','hamster','lobster', | |
| 'seahorse','jellyfish','starfish','stingray','vulture','ostrich','baboon', | |
| 'lemur','meerkat','wolverine','porcupine','anteater','toucan','macaw', | |
| 'piranha','anaconda','komodo dragon','albatross','walrus','manatee','tapir', | |
| 'okapi','fennec fox','sugar glider','binturong','fossa','numbat','bilby', | |
| // hard | |
| 'mantis shrimp','pistol shrimp','bombardier beetle','mimic octopus', | |
| 'tardigrade','blobfish','goblin shark','frilled lizard','aye-aye', | |
| 'proboscis monkey','naked mole rat','shoebill','kinkajou','patagonian mara', | |
| 'saiga antelope','chevrotain','tarsier','irrawaddy dolphin','vaquita', | |
| 'amur leopard','kakapo','gavial','geoduck','lamprey','hagfish', | |
| 'mudskipper','axolotl salamander','caecilian','tuatara','thorny devil' | |
| ], | |
| food: [ | |
| // easy | |
| 'apple','bread','cake','egg','rice','soup','milk','corn','chip','pie', | |
| 'jam','tea','ham','bun','nut','fig','yam','oat','rye','cod', | |
| 'pizza','pasta','juice','taco','wrap','lamb','beef','pork','fish','salt', | |
| // medium | |
| 'sushi','hamburger','spaghetti','pancakes','waffle','croissant','donut', | |
| 'avocado','strawberry','watermelon','pineapple','burrito','cheesecake', | |
| 'ramen','pretzel','cupcake','lasagna','fondue','baguette','churro', | |
| 'dumpling','falafel','gelato','mochi','baklava','ceviche','paella', | |
| 'tiramisu','quesadilla','empanada','samosa','pho','bibimbap','pad thai', | |
| 'shawarma','hummus','tzatziki','bruschetta','risotto','gnocchi','cannoli', | |
| 'macaron','eclair','profiterole','crepe','quiche','soufflé','borscht', | |
| 'gazpacho','ceviche','rendang','biryani','moussaka','pierogi','stroganoff', | |
| // hard | |
| 'bouillabaisse','coq au vin','beef bourguignon','duck confit','foie gras', | |
| 'osso buco','vitello tonnato','coquilles saint-jacques','ratatouille', | |
| 'crème brûlée','charlotte royale','mille-feuille','dacquoise','galette', | |
| 'kouign-amann','brigadeiro','brigadeiro','tres leches','arroz con leche', | |
| 'injera','berbere','egusi soup','jollof rice','piri piri','ugali', | |
| 'kimchi jjigae','japchae','sundae','tteokbokki','okonomiyaki' | |
| ], | |
| objects: [ | |
| // easy | |
| 'cup','hat','bag','key','pen','map','bed','box','jar','fan', | |
| 'lamp','boot','ring','drum','bell','comb','fork','kite','lock','rope', | |
| 'sock','vase','wig','axe','bow','saw','net','rod','jug','mat', | |
| // medium | |
| 'umbrella','telescope','guitar','bicycle','lighthouse','compass','hourglass', | |
| 'magnifying glass','parachute','anchor','trophy','lantern','typewriter', | |
| 'binoculars','thermometer','calendar','backpack','microscope','skateboard', | |
| 'boomerang','periscope','harmonica','abacus','kazoo','metronome', | |
| 'accordion','tambourine','castanet','sousaphone','didgeridoo','bagpipe', | |
| 'theremin','hurdy-gurdy','hammer','chisel','anvil','bellows','cauldron', | |
| 'periscope','compass','astrolabe','quadrant','orrery','armillary sphere', | |
| 'camera','projector','film reel','gramophone','turntable','cassette', | |
| // hard | |
| 'trebuchet','gyroscope','kaleidoscope','protractor','sextant','theodolite', | |
| 'spectrometer','interferometer','oscilloscope','calorimeter','refractometer', | |
| 'mass spectrometer','geiger counter','seismograph','barograph','anemometer', | |
| 'hygrometer','barometer','chronometer','astrolabe','planisphere','orrery', | |
| 'zoetrope','praxinoscope','phenakistoscope','stereoscope','thaumatrope' | |
| ], | |
| nature: [ | |
| // easy | |
| 'sun','moon','star','rain','snow','wind','tree','leaf','rock','sand', | |
| 'lake','hill','cave','wave','fog','mud','ice','mist','dew','hail', | |
| 'cloud','river','ocean','shore','beach','cliff','swamp','field','pond','wood', | |
| // medium | |
| 'volcano','rainbow','tornado','glacier','waterfall','desert','cactus', | |
| 'snowflake','lightning','mountain','coral reef','aurora','canyon','geyser', | |
| 'tsunami','avalanche','quicksand','tundra','mangrove','stalactite', | |
| 'fjord','monsoon','eclipse','meteor','geode','sinkhole','mesa','atoll', | |
| 'permafrost','hurricane','earthquake','landslide','mudslide','wildfire', | |
| 'drought','flood','blizzard','heatwave','sandstorm','hailstorm','typhoon', | |
| 'cyclone','whirlpool','mirage','oasis','delta','estuary','peninsula', | |
| 'archipelago','lagoon','strait','isthmus','plateau','escarpment','butte', | |
| // hard | |
| 'bioluminescence','thermocline','halocline','pycnocline','intertidal zone', | |
| 'abyssal plain','mid-ocean ridge','hydrothermal vent','seamount','guyot', | |
| 'karst landscape','speleothem','travertine','tufa','petrified wood', | |
| 'desert varnish','ventifact','yardang','barchan','seif dune','loess', | |
| 'permafrost polygon','pingo','thermokarst','talik','frost heave' | |
| ], | |
| movies: [ | |
| // easy | |
| 'ghost','alien','frozen','batman','ninja','witch','robot','pirate','spy', | |
| 'zombie','mummy','cowboy','dragon','wizard','knight','princess','monster', | |
| // medium | |
| 'matrix','titanic','inception','avatar','jumanji','spiderman','mermaid', | |
| 'dinosaur','vampire','werewolf','superhero','samurai','gladiator', | |
| 'astronaut','detective','gladiator','jungle book','snow white','cinderella', | |
| 'aladdin','hercules','mulan','moana','ratatouille','coco','encanto', | |
| 'luca','turning red','elemental','soul','onward','brave','tangled', | |
| // hard | |
| 'singin in the rain','citizen kane','casablanca','psycho','vertigo', | |
| 'rear window','north by northwest','the birds','metropolis','nosferatu', | |
| 'battleship potemkin','the general','intolerance','birth of a nation', | |
| 'cabinet of dr caligari','faust','sunrise','greed','the crowd','seventh seal' | |
| ], | |
| sports: [ | |
| // easy | |
| 'run','swim','jump','kick','throw','catch','hit','surf','ski','row', | |
| 'golf','polo','darts','pool','boxing','tennis','soccer','rugby','hockey', | |
| // medium | |
| 'basketball','volleyball','surfing','archery','gymnastics','wrestling', | |
| 'fencing','curling','javelin','hurdles','bobsled','trampoline','skydiving', | |
| 'kayaking','lacrosse','badminton','cricket','handball','parkour', | |
| 'breakdancing','sumo','disc golf','water polo','table tennis','squash', | |
| 'racquetball','pickleball','padel','bocce','petanque','croquet', | |
| 'horseshoe','cornhole','shuffleboard','curling','skeleton','luge', | |
| 'biathlon','pentathlon','decathlon','heptathlon','triathlon','duathlon', | |
| // hard | |
| 'kabaddi','sepak takraw','underwater hockey','underwater rugby','chess boxing', | |
| 'wife carrying','toe wrestling','bog snorkeling','shin kicking','ferret legging', | |
| 'worm charming','conker fighting','gurning','dwile flonking','poohsticks', | |
| 'extreme ironing','office chair racing','lawnmower racing','zorbing','bossaball' | |
| ], | |
| science: [ | |
| // easy | |
| 'atom','cell','gene','acid','base','heat','wave','mass','volt','watt', | |
| 'ohm','mole','ion','bond','flux','node','lens','beam','coil','spin', | |
| // medium | |
| 'black hole','DNA','rocket','satellite','supernova','fossil','magnet', | |
| 'prism','laser','submarine','clone','hologram','wormhole','neutron star', | |
| 'quasar','antimatter','dark matter','neutrino','hadron','plasma','photon', | |
| 'entropy','relativity','quantum','singularity','nebula','pulsar', | |
| 'event horizon','tectonic plate','chromosome','mitochondria','nucleus', | |
| 'covalent bond','ionic bond','metallic bond','hydrogen bond','van der waals', | |
| 'brownian motion','doppler effect','photoelectric effect','wave-particle duality', | |
| // hard | |
| 'bose-einstein condensate','fermionic condensate','topological insulator', | |
| 'quantum entanglement','superposition','quantum tunneling','casimir effect', | |
| 'hawking radiation','penrose process','frame dragging','gravitational lensing', | |
| 'cosmic microwave background','baryon acoustic oscillation','dark energy', | |
| 'axion','tachyon','magnetic monopole','soliton','instantons','anyons' | |
| ], | |
| places: [ | |
| // easy | |
| 'park','lake','farm','mall','dock','jail','cave','mine','port','hill', | |
| 'town','city','isle','bay','cape','reef','ford','moor','fen','vale', | |
| // medium | |
| 'pyramid','eiffel tower','colosseum','statue of liberty','great wall', | |
| 'stonehenge','taj mahal','machu picchu','niagara falls','amazon rainforest', | |
| 'sahara','antarctica','bermuda triangle','area 51','alcatraz','pompeii', | |
| 'mount everest','mariana trench','angkor wat','chichen itza','petra', | |
| 'mount olympus','silicon valley','dead sea','gobi desert','yellowstone', | |
| 'grand canyon','venice','santorini','dubai','singapore','tokyo','paris', | |
| 'new york','london','moscow','beijing','sydney','rio de janeiro','cairo', | |
| 'athens','rome','barcelona','amsterdam','prague','vienna','budapest', | |
| // hard | |
| 'valletta','nur-sultan','naypyidaw','yamoussoukro','ngerulmud','funafuti', | |
| 'porto-novo','moroni','palikir','honiara','vaiaku','avarua','alofi', | |
| 'longyearbyen','tristan da cunha','bouvet island','heard island','attu island', | |
| 'kerguelen islands','crozet islands','prince edward islands','macquarie island' | |
| ], | |
| fantasy: [ | |
| // easy | |
| 'elf','orc','troll','fairy','witch','ghost','giant','dwarf','gnome','imp', | |
| 'golem','shade','sprite','pixie','nixie','sylph','undine','nymph','satyr','faun', | |
| // medium | |
| 'dragon','wizard','unicorn','phoenix','mermaid','griffin','centaur', | |
| 'minotaur','basilisk','kraken','leviathan','hydra','cerberus','cyclops', | |
| 'hobbit','goblin','vampire','werewolf','sphinx','chimera','manticore', | |
| 'banshee','kitsune','tengu','selkie','kelpie','nuckelavee','wendigo', | |
| 'leshen','striga','bruxa','alp','nachzehrer','draugr','revenant', | |
| 'lich','wight','wraith','ghoul','poltergeist','doppelganger','changeling', | |
| // hard | |
| 'ouroboros','lindworm','wyvern','cockatrice','quetzalcoatl','feathered serpent', | |
| 'ammit','apep','typhon','charybdis','scylla','echidna','cetus','lernaean hydra', | |
| 'nemean lion','erymanthian boar','stymphalian birds','caucasian eagle', | |
| 'colchian dragon','ladon','orthrus','geryon','cacus','siren','harpy' | |
| ], | |
| technology: [ | |
| // easy | |
| 'wifi','app','web','bug','chip','byte','code','data','file','hack', | |
| 'icon','link','mail','menu','page','post','site','text','type','user', | |
| // medium | |
| 'smartphone','laptop','blockchain','artificial intelligence','virtual reality', | |
| 'drone','3d printer','self driving car','smartwatch','solar panel', | |
| 'wind turbine','electric car','robot arm','touchscreen','satellite dish', | |
| 'fiber optic','quantum computer','neural network','chatbot','cryptocurrency', | |
| 'hacker','data center','cloud','algorithm','pixel','circuit board', | |
| 'microchip','binary code','augmented reality','machine learning','deep learning', | |
| 'computer vision','natural language processing','reinforcement learning', | |
| 'generative adversarial network','transformer model','large language model', | |
| 'internet of things','edge computing','fog computing','serverless','microservices', | |
| // hard | |
| 'convolutional neural network','recurrent neural network','long short-term memory', | |
| 'attention mechanism','positional encoding','tokenization','embedding vector', | |
| 'backpropagation','gradient descent','stochastic gradient descent', | |
| 'batch normalization','dropout regularization','transfer learning', | |
| 'few-shot learning','zero-shot learning','meta-learning','federated learning', | |
| 'differential privacy','homomorphic encryption','secure multiparty computation' | |
| ], | |
| cartoons: [ | |
| 'tom','jerry','bugs bunny','daffy duck','scooby doo','shaggy','fred flintstone', | |
| 'barney rubble','george jetson','yogi bear','boo boo','quickdraw mcgraw', | |
| 'snagglepuss','huckleberry hound','top cat','wacky races','penelope pitstop', | |
| 'captain caveman','hong kong phooey','josie and the pussycats','jabberjaw', | |
| 'speed racer','gigantor','astro boy','kimba','battle of the planets', | |
| 'thundercats','he-man','she-ra','voltron','transformers','gi joe', | |
| 'inspector gadget','danger mouse','count duckula','bananaman','superted', | |
| 'doraemon','shin-chan','sazae-san','anpanman','hamtaro','pokemon', | |
| 'digimon','yu-gi-oh','sailor moon','dragon ball','naruto','one piece', | |
| 'bleach','attack on titan','my hero academia','demon slayer','fullmetal alchemist', | |
| 'death note','cowboy bebop','neon genesis evangelion','ghost in the shell', | |
| 'spirited away','princess mononoke','nausicaa','castle in the sky','totoro' | |
| ], | |
| professions: [ | |
| // easy | |
| 'chef','nurse','pilot','judge','monk','maid','guard','clown','king','queen', | |
| 'farmer','baker','tailor','dancer','singer','actor','painter','writer','doctor', | |
| // medium | |
| 'surgeon','architect','astronaut','archaeologist','anthropologist', | |
| 'cardiologist','dermatologist','neurologist','psychiatrist','radiologist', | |
| 'orthodontist','periodontist','endodontist','prosthodontist','oral surgeon', | |
| 'veterinarian','pharmacist','optometrist','audiologist','physiotherapist', | |
| 'occupational therapist','speech therapist','psychologist','social worker', | |
| 'criminologist','forensic scientist','toxicologist','epidemiologist', | |
| 'volcanologist','seismologist','meteorologist','oceanographer','glaciologist', | |
| // hard | |
| 'gastroenterologist','hepatologist','nephrologistl','pulmonologist', | |
| 'rheumatologist','endocrinologist','hematologist','oncologist','urologist', | |
| 'ophthalmologist','otolaryngologist','immunologist','allergist','geriatrician', | |
| 'neonatologist','perinatologist','maternal-fetal medicine specialist', | |
| 'reproductive endocrinologist','palliative care specialist','hospitalist' | |
| ], | |
| vehicles: [ | |
| // easy | |
| 'car','bus','van','jet','sub','bike','ship','boat','tank','train', | |
| 'tram','sled','raft','barge','canoe','kayak','glider','balloon','rocket','cart', | |
| // medium | |
| 'submarine','helicopter','motorcycle','ambulance','fire truck','school bus', | |
| 'limousine','convertible','pickup truck','monster truck','garbage truck', | |
| 'cement mixer','bulldozer','excavator','crane','forklift','tractor', | |
| 'combine harvester','snowplow','street sweeper','ice cream truck', | |
| 'aircraft carrier','battleship','destroyer','frigate','corvette','minesweeper', | |
| 'tugboat','ferryboat','hovercraft','hydrofoil','catamaran','trimaran', | |
| 'zeppelin','blimp','hot air balloon','paraglider','hang glider','ultralight', | |
| // hard | |
| 'ekranoplan','ground effect vehicle','maglev train','hyperloop pod', | |
| 'nuclear submarine','aircraft carrier','supercarrier','destroyer escort', | |
| 'guided missile cruiser','littoral combat ship','patrol boat', | |
| 'rigid inflatable boat','airship','stratospheric balloon','solar plane', | |
| 'spaceplane','space shuttle','saturn v','falcon heavy','starship','soyuz' | |
| ], | |
| household: [ | |
| // easy | |
| 'bed','sofa','lamp','rug','mug','pan','pot','cup','bowl','fork', | |
| 'knife','spoon','plate','chair','table','shelf','door','wall','roof','floor', | |
| // medium | |
| 'refrigerator','microwave','dishwasher','washing machine','dryer', | |
| 'vacuum cleaner','air conditioner','heater','fireplace','ceiling fan', | |
| 'blender','toaster','coffee maker','bread maker','slow cooker','pressure cooker', | |
| 'food processor','stand mixer','juicer','waffle iron','panini press', | |
| 'rice cooker','electric kettle','air fryer','dehydrator','ice cream maker', | |
| // hard | |
| 'induction cooktop','convection oven','steam oven','combi oven','salamander broiler', | |
| 'sous vide circulator','immersion blender','centrifugal juicer','masticating juicer', | |
| 'cold press juicer','french press','aeropress','chemex','siphon coffee maker', | |
| 'moka pot','stovetop espresso maker','pour-over dripper','turkish coffee pot' | |
| ], | |
| bodyparts: [ | |
| // easy | |
| 'eye','ear','lip','arm','leg','toe','rib','hip','jaw','gum', | |
| 'head','hand','foot','knee','back','neck','face','chin','nose','hair', | |
| // medium | |
| 'elbow','ankle','wrist','thumb','cheek','skull','spine','pelvis','kidney', | |
| 'liver','heart','lungs','brain','stomach','intestine','pancreas','bladder', | |
| 'thyroid','tonsils','appendix','gallbladder','spleen','adrenal gland', | |
| // hard | |
| 'hypothalamus','pituitary gland','pineal gland','amygdala','hippocampus', | |
| 'cerebellum','cerebral cortex','frontal lobe','parietal lobe','temporal lobe', | |
| 'occipital lobe','corpus callosum','thalamus','basal ganglia','brain stem', | |
| 'medulla oblongata','pons','reticular formation','substantia nigra','striatum' | |
| ], | |
| clothing: [ | |
| // easy | |
| 'hat','cap','tie','bow','belt','vest','coat','boot','shoe','sock', | |
| 'skirt','shirt','pants','dress','gown','cape','scarf','glove','apron','bra', | |
| // medium | |
| 'blouse','blazer','cardigan','hoodie','sweater','turtleneck','polo shirt', | |
| 'tank top','crop top','halter top','tube top','off-shoulder top', | |
| 'trousers','jeans','leggings','shorts','culottes','palazzo pants', | |
| 'sweatpants','cargo pants','capri pants','bermuda shorts','board shorts', | |
| 'bikini','swimsuit','wetsuit','tracksuit','jumpsuit','romper','playsuit', | |
| // hard | |
| 'doublet','houpelande','bliaut','cyclas','surcote','cotehardie','houppelande', | |
| 'gambeson','hauberk','chausses','braies','coif','wimple','barbette', | |
| 'hennin','chaperon','fillet','caul','snood','reticulated headdress' | |
| ], | |
| emotions: [ | |
| 'happy','sad','angry','scared','surprised','disgusted','confused','bored', | |
| 'excited','anxious','nervous','calm','relaxed','stressed','frustrated', | |
| 'jealous','envious','proud','ashamed','guilty','embarrassed','confident', | |
| 'insecure','lonely','hopeful','disappointed','grateful','resentful', | |
| 'nostalgic','melancholy','euphoric','ecstatic','despondent','elated', | |
| 'serene','content','irritated','furious','terrified','horrified','awed', | |
| 'curious','amused','baffled','perplexed','bewildered','flabbergasted' | |
| ], | |
| music: [ | |
| // easy | |
| 'drum','harp','flute','horn','lute','oboe','tuba','bass','beat','note', | |
| 'song','tune','band','jazz','rock','pop','rap','soul','folk','hymn', | |
| // medium | |
| 'guitar','violin','trumpet','trombone','clarinet','saxophone','keyboard', | |
| 'accordion','harmonica','mandolin','banjo','ukulele','sitar','tabla', | |
| 'didgeridoo','bagpipe','theremin','synthesizer','electric guitar','bass guitar', | |
| 'grand piano','upright bass','cello','viola','double bass','timpani', | |
| 'marimba','xylophone','vibraphone','glockenspiel','steel drum','hand pan', | |
| // hard | |
| 'hurdy-gurdy','nyckelharpa','hardanger fiddle','rebab','sarangi','erhu', | |
| 'pipa','guqin','dizi','xun','bawu','sheng','gayageum','haegeum','geomungo', | |
| 'kora','balafon','mbira','talking drum','djembe','dundun','bougarabou' | |
| ], | |
| actions: [ | |
| // easy | |
| 'run','jump','swim','fly','eat','sing','draw','read','cook','wave', | |
| 'kick','push','pull','lift','drop','spin','roll','fall','rise','sleep', | |
| // medium | |
| 'juggle','skateboard','surf','ski','dive','climb','rappel','abseil', | |
| 'parachute','bungee jump','paraglide','hang glide','kayak','canoe','row', | |
| 'cycle','sprint','hurdle','vault','somersault','cartwheel','handstand', | |
| 'backflip','frontflip','moonwalk','breakdance','pirouette','arabesque', | |
| // hard | |
| 'photosynthesise','echolocate','bioluminesce','camouflage','regenerate', | |
| 'thermoregulate','hibernate','aestivate','migrate','navigate','echolocate' | |
| ] | |
| }; | |