Spaces:
Sleeping
Sleeping
Delete words.js
Browse files
words.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
| 1 |
-
module.exports = {
|
| 2 |
-
animals: [
|
| 3 |
-
'cat','dog','elephant','giraffe','penguin','dolphin','tiger','parrot',
|
| 4 |
-
'kangaroo','flamingo','octopus','cheetah','gorilla','panda','zebra',
|
| 5 |
-
'crocodile','chameleon','hedgehog','platypus','narwhal','sloth','axolotl',
|
| 6 |
-
'capybara','quokka','mantis shrimp','peacock','pelican','armadillo','pangolin'
|
| 7 |
-
],
|
| 8 |
-
food: [
|
| 9 |
-
'pizza','sushi','hamburger','taco','spaghetti','pancakes','waffle',
|
| 10 |
-
'croissant','donut','avocado','strawberry','watermelon','pineapple',
|
| 11 |
-
'burrito','cheesecake','ramen','pretzel','cupcake','lasagna','fondue',
|
| 12 |
-
'baguette','churro','dumpling','falafel','gelato','mochi','baklava',
|
| 13 |
-
'ceviche','paella','tiramisu'
|
| 14 |
-
],
|
| 15 |
-
objects: [
|
| 16 |
-
'umbrella','telescope','guitar','bicycle','lighthouse','compass','hourglass',
|
| 17 |
-
'magnifying glass','parachute','anchor','trophy','lantern','typewriter',
|
| 18 |
-
'binoculars','thermometer','calendar','backpack','microscope','skateboard',
|
| 19 |
-
'boomerang','periscope','harmonica','sextant','abacus','kazoo','trebuchet',
|
| 20 |
-
'gyroscope','kaleidoscope','protractor','metronome'
|
| 21 |
-
],
|
| 22 |
-
nature: [
|
| 23 |
-
'volcano','rainbow','tornado','glacier','waterfall','desert','cactus',
|
| 24 |
-
'snowflake','lightning','mountain','coral reef','aurora','canyon','geyser',
|
| 25 |
-
'tsunami','avalanche','quicksand','tundra','mangrove','stalactite',
|
| 26 |
-
'fjord','monsoon','eclipse','meteor','geode','sinkhole','mesa','atoll',
|
| 27 |
-
'permafrost','bioluminescence'
|
| 28 |
-
],
|
| 29 |
-
movies: [
|
| 30 |
-
'ghost','alien','matrix','titanic','inception','avatar','frozen','jumanji',
|
| 31 |
-
'batman','spiderman','mermaid','pirates','dinosaur','wizard','dragon',
|
| 32 |
-
'vampire','zombie','robot','spaceship','werewolf','mummy','superhero',
|
| 33 |
-
'ninja','samurai','cowboy','gladiator','astronaut','spy','detective','witch'
|
| 34 |
-
],
|
| 35 |
-
sports: [
|
| 36 |
-
'basketball','volleyball','surfing','archery','gymnastics','wrestling',
|
| 37 |
-
'fencing','polo','curling','javelin','hurdles','bobsled','trampoline',
|
| 38 |
-
'skydiving','kayaking','rugby','lacrosse','badminton','cricket','handball',
|
| 39 |
-
'parkour','breakdancing','chess boxing','sumo','kabaddi','sepak takraw',
|
| 40 |
-
'disc golf','underwater hockey','toe wrestling','wife carrying'
|
| 41 |
-
],
|
| 42 |
-
science: [
|
| 43 |
-
'atom','black hole','DNA','rocket','satellite','supernova','fossil',
|
| 44 |
-
'magnet','prism','laser','submarine','microscope','clone','hologram',
|
| 45 |
-
'wormhole','neutron star','quasar','antimatter','dark matter','neutrino',
|
| 46 |
-
'hadron','plasma','photon','entropy','relativity','quantum','singularity',
|
| 47 |
-
'nebula','pulsar','event horizon'
|
| 48 |
-
],
|
| 49 |
-
places: [
|
| 50 |
-
'pyramid','eiffel tower','colosseum','statue of liberty','great wall',
|
| 51 |
-
'stonehenge','taj mahal','machu picchu','niagara falls','amazon rainforest',
|
| 52 |
-
'sahara','antarctica','bermuda triangle','area 51','alcatraz','pompeii',
|
| 53 |
-
'mount everest','mariana trench','angkor wat','chichen itza','petra',
|
| 54 |
-
'mount olympus','silicon valley','bermuda','dead sea','gobi desert',
|
| 55 |
-
'great barrier reef','yellowstone','grand canyon','venice'
|
| 56 |
-
],
|
| 57 |
-
fantasy: [
|
| 58 |
-
'dragon','wizard','unicorn','phoenix','mermaid','griffin','centaur',
|
| 59 |
-
'minotaur','basilisk','kraken','leviathan','hydra','cerberus','cyclops',
|
| 60 |
-
'elf','dwarf','orc','hobbit','troll','goblin','fairy','vampire','werewolf',
|
| 61 |
-
'golem','sphinx','chimera','manticore','banshee','kitsune','tengu'
|
| 62 |
-
],
|
| 63 |
-
technology: [
|
| 64 |
-
'smartphone','laptop','wifi','blockchain','artificial intelligence',
|
| 65 |
-
'virtual reality','drone','3d printer','self driving car','smartwatch',
|
| 66 |
-
'solar panel','wind turbine','electric car','robot arm','touchscreen',
|
| 67 |
-
'satellite dish','fiber optic','quantum computer','neural network','chatbot',
|
| 68 |
-
'cryptocurrency','hacker','data center','cloud','algorithm','pixel',
|
| 69 |
-
'circuit board','microchip','binary code','augmented reality'
|
| 70 |
-
]
|
| 71 |
-
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|