build config changes
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 1m50s

* Commit hash shipped with builds
* Post & pre-build events
* Objective fixes
* Orientation challenge filler
* Custom Rooms base
    - Currently cannot save rooms (CDN not set up)
* Moved root path to path.ts
* Room cloning
* Rewrote instances - the whole thing
* Relationships are still untested
* Charades Words
* AG Room fetch
* Private room matchmaking
* Socket fixes
This commit is contained in:
2025-05-12 09:07:59 -04:00
parent 6a249ef813
commit 83440a9245
96 changed files with 1201 additions and 436 deletions

262
res/words.json Normal file
View File

@@ -0,0 +1,262 @@
{
"easy": [
"Bike",
"Light",
"Jacket",
"Butterfly",
"Orange",
"Triangle",
"Lemon",
"Crab",
"Alligator",
"Shoe",
"Purse",
"Leg",
"Neck",
"Starfish",
"Box",
"Backpack",
"House",
"Duck",
"Skateboard",
"Cupcake",
"Hamburger",
"Owl",
"Cup",
"Hand",
"Smile",
"Curl",
"Hippo",
"Turtle",
"Truck",
"Beach",
"Ocean",
"Pants",
"Lips",
"Drum",
"Dragon",
"Egg",
"Fish",
"Desk",
"Mouth",
"Feather",
"Grapes",
"Zoo",
"Bathroom",
"Bus",
"Shirt",
"Grass",
"Snail",
"Ice Cream Cone",
"Snake",
"Arm",
"Cookie",
"Table",
"Dinosaur",
"Dream",
"Frog",
"Ant",
"Sheep",
"Boat",
"Baby",
"Bowl",
"Banana",
"Pig",
"Dog",
"Ants",
"Corn",
"Coat",
"Slide",
"Comb",
"Bug",
"Pizza",
"Plant",
"Pencil",
"Key",
"Cloud",
"Lamp",
"Balloon",
"Robot",
"Chimney",
"Motorcycle",
"Bounce",
"Square",
"Pie",
"Swimming Pool",
"Bumblebee",
"Flower",
"Lollipop",
"Bird",
"King",
"Jellyfish",
"Bone",
"Island",
"Moon",
"Seashell",
"Nail",
"Bunk Bed",
"Jail",
"Ring",
"Family",
"Airplane",
"Earth",
"Hair",
"Snowman",
"Car",
"Hook",
"Sea",
"Pen",
"Diamond",
"Spoon",
"Kite",
"Woman",
"Socks",
"Mouse",
"Cube",
"Finger",
"Lizard",
"Angel",
"Mickey Mouse",
"Spider",
"Mountain",
"Branch",
"Spider Web",
"Ship",
"Bunny",
"Face",
"Music",
"Bell",
"Rainbow",
"Star"
],
"hard": [
"Parent",
"Concession Stand",
"Tablespoon",
"Puppet",
"Gold",
"Mirror",
"Nanny",
"Irrigation",
"Humidity",
"Postcard",
"Musician",
"Chairman",
"Human",
"Barber",
"Judge",
"Jedi",
"Customer",
"Fur",
"Punk",
"Elf",
"Sled",
"Vitamin",
"Print",
"Internet",
"Swarm",
"Zoo",
"Shelter",
"Blizzard",
"Dust Bunny",
"Printer Ink",
"Oxcart",
"Carat",
"Black Belt",
"Fireman Pole",
"Darkness",
"Carpenter",
"Coach",
"Back Flip",
"Extension Cord",
"Flu",
"Telephone Booth",
"Country",
"Sticky Note",
"Traffic Jam",
"Science",
"Wooly Mammoth",
"Captain",
"Driveway",
"Mysterious",
"Dew",
"Injury",
"Sunburn",
"Grandpa",
"Ceiling Fan",
"Cruise",
"Chime",
"Accounting",
"Hour",
"End Zone",
"Miner",
"Government",
"Lunar Rover",
"Pro",
"Date",
"Police",
"Fireside",
"Hand Soap",
"Ditch",
"Expert",
"Fade",
"Nap",
"Last",
"Hot Tub",
"Loveseat",
"Braid",
"Rodeo",
"Coastline",
"Molar",
"Drugstore",
"Tow Truck",
"Pickup Truck",
"Shrink Ray",
"Crane",
"Bedbug",
"Beluga Whale",
"Fiance",
"Fizz",
"Junk",
"Yolk",
"Photosynthesis",
"Wobble",
"Hairspray",
"Crop Duster",
"Recycle",
"Script",
"Vein",
"Jaw",
"Thaw",
"Goalkeeper",
"Optometrist",
"Shower Curtain",
"Cowboy",
"Tide",
"Quadrant",
"Bride",
"Pile",
"Midnight",
"Amusement Park",
"Orbit",
"Goblin",
"Bonnet",
"Snore",
"Cape",
"Truck Stop",
"Ginger",
"Hermit Crab",
"Safe",
"Jungle",
"Student",
"Headache",
"Scuba Diving",
"Neighborhood",
"Bookend",
"Crow's Nest",
"Plantation",
"Owner",
"Stuffed Animal",
"Gown"
]
}