Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(home)/build-games/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ function HowItWorksSection() {
<GridValue>Idea Pitch</GridValue>
<GridHeader text="Deliverables" gridArea="1_/_2" />
<GridHeader text="Support" gridArea="1_/_3" />
<GridContent text="1-min video pitching your concept" gridArea="2_/_2" />
<GridContent text="2-min video pitching your concept" gridArea="2_/_2" />
<GridContent text="Video and pitch feedback" gridArea="2_/_3" />
</ThreeColumnGrid>
</TimelineRow>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default function CustomSubmission({ hackathon }: { hackathon: HackathonHe
date: "Feb 25",
details: {
deadline: "February 25, 2026 at 11:59 PM EST",
requirements: "Create a 1-minute video clearly explaining your project idea, target problem, solution approach, and value proposition.",
requirements: "Create a 2-minute video clearly explaining your project idea, target problem, solution approach, and value proposition.",
criteria: "Clarity of idea, problem-solution fit, innovation, presentation quality, and potential market impact.",
support: "Video creation tips, pitch feedback sessions, and storytelling guidance from mentors.",
},
Expand All @@ -257,7 +257,7 @@ export default function CustomSubmission({ hackathon }: { hackathon: HackathonHe
date: "March 9",
details: {
deadline: "March 9, 2026 at 11:59 PM EST",
requirements: "Functional prototype, GitHub repository with code, technical documentation, and product walkthrough video demonstrating key features.",
requirements: "Functional prototype, GitHub repository with code, technical implementaiton details, and product walkthrough video (max 5 minutes) demonstrating key features.",
criteria: "Technical implementation quality, use of Avalanche technologies, code structure, feature completeness, and UX design.",
support: "Technical mentorship, code reviews, Avalanche integration help, and development best practices guidance.",
},
Expand Down
4 changes: 2 additions & 2 deletions components/build-games/BuildGamesSubmitForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const STAGE_SHORT_NAMES: Record<number, string> = {

const STAGE_DESCRIPTIONS: Record<number, string> = {
1: "Submit your project idea, team information, problem statement, and proposed solution.",
2: "Share your GitHub repository, technical documentation, and a product walkthrough video demonstrating your key features.",
2: "Functional prototype, GitHub repository with code, technical implementaiton details, and product walkthrough video (max 5 minutes) demonstrating key features.",
3: "Submit your go-to-market plan, growth strategy, target user personas, competitive analysis, and long-term product vision.",
4: "Provide your pitch deck, demo links, and complete project documentation for the final live presentation.",
};
Expand Down Expand Up @@ -1269,7 +1269,7 @@ export default function BuildGamesSubmitForm({
name="demo_video_link"
label="Walkthrough Video"
placeholder="https://loom.com/share/... or https://youtube.com/..."
validationMessage="Link to a product walkthrough video demonstrating your key features. This replaces your Stage 1 pitch video."
validationMessage="Link to a product walkthrough video (max 5 minutes) demonstrating your key features. This replaces your Stage 1 pitch video."
plainLabel
/>

Expand Down
2 changes: 1 addition & 1 deletion components/build-games/ProgramTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export default function ProgramTimeline({ isParticipant = false }: { isParticipa
date: "March 9",
details: {
deadline: "March 9, 2026 at 11:59 PM EST",
requirements: "Functional prototype, GitHub repository with code, technical documentation, and product walkthrough video demonstrating key features.",
requirements: "Functional prototype, GitHub repository with code, technical implementaiton details, and product walkthrough video (max 5 mins) demonstrating key features.",
criteria: "Technical implementation quality, use of Avalanche technologies, MVP architecture design, and UX design.",
support: "Attend the Office Hours and get feedback from mentors and other builders. Schedule a time here: ",
},
Expand Down