From 39844e833b0e69878f14b73cc06f610d6207e048 Mon Sep 17 00:00:00 2001 From: praymantis2023 <168552839+praymantis2023@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:43:35 +1000 Subject: [PATCH 01/12] Add Sydney event page --- src/routes/{example => sydney}/+page.svelte | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename src/routes/{example => sydney}/+page.svelte (99%) diff --git a/src/routes/example/+page.svelte b/src/routes/sydney/+page.svelte similarity index 99% rename from src/routes/example/+page.svelte rename to src/routes/sydney/+page.svelte index 43dbf3f..e61bdee 100644 --- a/src/routes/example/+page.svelte +++ b/src/routes/sydney/+page.svelte @@ -4,8 +4,11 @@ import { ScrollTrigger } from "gsap/ScrollTrigger"; // Event Configuration - const EVENT_NAME = "Example"; - const EVENT_LOCATION = "Example City"; + const EVENT_NAME = "Daydream"; + const EVENT_LOCATION = "Sydney"; + const eventAddress = "1 Martin Place, Sydney NSW 2000"; + + // Cities where the game jam is happening const cities = `Columbus From 9ae2a93a0c61da50974bccaf7fab05f8a09ba8c4 Mon Sep 17 00:00:00 2001 From: praymantis2023 <168552839+praymantis2023@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:25:04 +1000 Subject: [PATCH 02/12] added example back --- src/routes/example/+page.svelte | 1571 +++++++++++++++++++++++++++++++ 1 file changed, 1571 insertions(+) create mode 100644 src/routes/example/+page.svelte diff --git a/src/routes/example/+page.svelte b/src/routes/example/+page.svelte new file mode 100644 index 0000000..b6f2f1a --- /dev/null +++ b/src/routes/example/+page.svelte @@ -0,0 +1,1571 @@ + + + + + + + {pageTitle} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+ +
+ + + + +
+ +
+ +
+
+
+
+ +

+ September 27th & 28th, 2025 +

+ Daydream + + Hack Club + +
+
+

+ Game jam for high schoolers +

+ +

+ Organized by Teenagers in {@html eventLocation.replaceAll(" ", " ")} +

+
+ + +
+ + + + + +
+ {#each particles as particle (particle.id)} + + {/each} +
+ + + + +
+ + +
+ + +
+ + + + + + + + +
+ +
+ +
+
+ +
+
+
+

+ Dear Hackers, Musicians, and Artist, + +

+ +
+

Welcome to Hack Club's newest adventure. This fall we invite you to join us for Daydream, the world's biggest Game Jam happening simultaneously in 100 cities.

+ +

Hack Club wants you to make a game this fall.

+ +

Don't consider yourself a game dev? No problem - we have tons of online and in-person workshops for you to make your first game!

+ +

This fall, we invite you to learn something new, make something you're really proud of, meet new friends, and go on an incredible adventure together.

+ +

With love,

+ +

Augie and Renran from Hack Club HQ

+
+
+
+ +
+ +
+ +
+ + +
+
+ +
+ + + + +
+

+ Schedule +

+ +
+
+ + +
+ +
+ + +
+ {#each scheduleData as day, dayIndex} +
+

+ {day.title} +

+ +
+ {#each day.items as item, index} +
+ {item.event} + {item.time} +
+ {#if index < day.items.length - 1} +
+ {/if} + {/each} +
+
+ {/each} +
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+ +{#if sponsorsEnabled} + +
+
+ +
+ +
+

+ Sponsors +

+ +
+
+ + +
+ +
+ + +
+ {#if sponsors.length > 0} + + {#if sponsors.length > 4} +
+ {#each sponsors.slice(0, 4) as sponsor} + + {sponsor.name} + + {/each} +
+ + + {#if sponsors.length > 4} +
+
+ {#each sponsors.slice(4) as sponsor, index} + + {sponsor.name} + + {/each} +
+
+ {/if} + {:else} + +
+
+ {#each sponsors as sponsor} + + {sponsor.name} + + {/each} +
+
+ {/if} + {/if} + + {#if contactLink} + +
+

Want to sponsor Daydream {eventName}? Get in touch

+
+ {/if} +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+{/if} + + +
+ +
+ +
+
+
+ +
+ Here's How You Win a + Game Jam +
+
+ +
+ + + + + + + + + + + Paper airplane + +
+
+ + +
+ +
+ #1: Sign up for Daydream {eventName} +
+
+
+ +
+ +
+
+ + +
+ +
+ #2: Attend a workshop and learn about game development +
+
+
+ +
+
+
+ + +
+ +
+ #3: Find a team of other teenagers at the event +
+
+
+ +
+
+
+ + +
+ +
+ #4: Start building your game - no experience needed +
+
+
+ +
+ + +
+
+
+ #5: Share what you made with the world! +
+
+
+ + + + +
+
+ +
+
+
+ Find a Daydream Near You + + +
+ +
+ + {#if eventAddress} +

+ {#if directionsURL} + Daydream {eventName} is taking place at {eventAddress}! + {:else} + Daydream {eventName} is taking place at {eventAddress}! + {/if} +

+ {/if} +
+
+ +
+ + +
+
+
+ +
+ + + Hack Club logo + + +
+ + + Macintosh keyboard + + +
+ + + +
+ +
+

+ What will you Dream? +

+ +

+ You can make any game you want as long as it can be deployed on itch.io! All games made must be deployed and available online for other participants to play and experience. We will only accept itch.io submission links. +
+
+ Here are some cool projects from past hackathons to get you inspired: +

+ + + +

+ We'll have workshops and activities before Daydream to help you learn game development using Godot! +

+ + +
+
+

Stuck?

+ +
+ +
+
+ {#if ideaText} +

+ {ideaText}{#if isTyping}|{/if} +

+ {:else if showDice} +
+ {#each diceNumbers as diceNumber} + Dice showing {diceNumber} + {/each} +
+ {/if} +
+
+
+
+
+
+
+
+ + +
+ + FAQ + + +
+ +
+ window +
+

Who can participate in Daydream?

+

All high-school & upper-middle-school aged students are welcome to come!

+
+
+ + +
+ window +
+

Can I organize a Daydream in my city?

+

Definitely! Contact us via daydream@hackclub.com or join #daydream on slack.

+
+
+ + +
+ window +
+

All this, for free?

+

Yep! Food, swag and good vibes are all included. Plus, if you're joining us from afar, we'll cover the cost of gas or a bus / train ticket.

+
+
+ + +
+ window +
+

What do I need?

+

Your laptop, chargers, toiletries, sleeping bags, and an open mind!

+
+
+ + +
+ window +
+

What has Hack Club done before?

+

Hack Club has run a hackathon in at GitHub HQ, a Game Jam in 50 cities, a hackathon on a train from Vermont to Los Angeles, and more!

+
+
+ + +
+ window +
+

I'm not good at coding. Can I still participate?

+

This game jam is for all skill levels! We'll have workshops and other events so join us and let's learn together.

+
+
+ + +
+ window +
+

What if my parents are concerned?

+

We're here to help! You can see our parent guide here, or they can reach out to us at daydream@hackclub.com for questions.

+
+
+ + +
+ window +
+

What can I make at Daydream?

+

ANY type of game based on the theme! Platformer, visual novel, clicker game, etc. Be as creative as possible!

+
+
+
+ +
+
+ +