Skip to content

Commit

Permalink
Add Holiday Hunt 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsaupe committed Dec 14, 2024
1 parent 62419cc commit a893d0b
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
Binary file added app/assets/images/templates/holiday_2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions app/templates/holiday_hunt_2024.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Holiday Hunt 2024
description: Embark on a festive adventure, find decorations, complete challenges, and score merry points!
image_path: templates/holiday_2024.jpg
victory_item_name: Group Christmas card photo
categories:
- name: Find It
points: 5
items:
- Anna or Elsa from Frozen
- Carolers
- Christmas train
- Decorations on a roof (not including lights)
- Dinosaur
- Dog wearing a sweater
- Elf
- Gingerbread house
- Gnome
- A leg lamp
- Leftover Fall or Halloween decorations
- More than 3 animals together
- Nativity scene
- Nutcracker
- Penguin
- Polar bear
- Rudolph
- Santa Claus
- Santa falling off the roof
- Santa's sleigh
- Snow globe
- Snowman
- Something dancing
- The decoration used in most winter holidays
- The Grinch
- Ugly Christmas sweater
- name: Do It
points: 10
items:
- Find a non-teammate that can name all of Santa's reindeer
- Find a non-teammate who can name each of "The 12 Days of Christmas"
- Group Christmas card photo
- Group hug a snowman
- Kiss under the mistletoe
- Perform a festive holiday dance and record a 10-second video
- Receive and eat a homemade Christmas treat from a non-team family
- Sing the chorus from the first song ever broadcast from space
- Take a selfie with a real Santa Claus
- Team photo all wearing Santa hats
- Write and deliver a thank you card to the most festive house you find
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
end

# Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :local
config.active_storage.service = ENV.fetch("ACTIVE_STORAGE_SERVICE", :local)

# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
Expand Down

0 comments on commit a893d0b

Please sign in to comment.