Event

[WEEK 2 - January 12th] THE LEAGUE OF CHAMPIONS - Winter 2025

[WEEK 2 - January 12th] THE LEAGUE OF CHAMPIONS - Winter 2025

Jan 12, 2025
Brighton (MI)  Brighton (MI) 
Boys & Girls
3rd-8th
2

Description

LEAGUE OF CHAMPIONS


The League of Champions! Live streaming games with LiveBarn! On site athletic trainer / 10 League games guaranteed + Playoffs (2 Games guaranteed) - 6 Week League (Sundays) January 5, 12, 26, February 2, 9 & 16.


Running clock event / Boys Grades 3rd - 8th, JV & Varsity / Girls Grades 4th - 8th / Two officials per game / Multiple Divisions (If the number of teams allows): Division 1 - TRAVEL TEAMS - Division 2 - SCHOOL BASED


Cost for full league: $695 for 1 team / $675 per team for 2 or more teams from the same program / $645 per team for 3 or more team from the same program.


$150 for drop in per team per week.


Awards will be given to first and second place teams


Admission: Adults $10 / Seniors (65 and over) Students $5 (HS to 9 years old) / Children 8 and under are free


The Legacy Center basketball arena will feature 8 hardwood floors, quality officials, and expansive seating for fans.


Each team is given three (3) complimentary entries for coaching staff and scorekeepers. Wristbands need to be worn for the duration of the event. Admission WILL NOT BE allowed without a wristband. 

Tyrone Hicks - thicks@legacycentermichigan.com / 734-747-1232

Scheduling and Admin: Dan Nealy - dnealy@legacycentermichigan.com / 517-937-9408

Sportsmanship from parents, coaches, and players is expected. 


PLEASE REVIEW YOUR TOURNAMENT RULES AND HAVE A GREAT EVENT! 


Roster & Waiver Form - Please have your parents fill out the Roster & Waiver form. This is good from October 30th, 2024 - August 31st, 2025.


Legacy Basketball Individual Roster/Waiver Form 24 - 25 - Google Forms

Venues

Legacy Center Sports Complex Courts 3 - 8

9299 Goble Drive, (9299 Goble Drive), Brighton, Michigan 48116
Court 3, Court 4, Court 5, Court 6, Court 7, Court 8

3rd/4th Boys 7 teams
arrow_forward
5th Boys 13 teams, 3 pools
arrow_forward
6th Boys 8 teams, 2 pools
arrow_forward
7th Boys 5 teams
arrow_forward
8th Boys 7 teams
arrow_forward
4th Girls 6 teams
arrow_forward
5th/6th Girls 6 teams
arrow_forward
7th/8th Girls 7 teams
arrow_forward
[# pool.fullLabel #]
[# if (hasPoolGames) #]
[# pool.hasPoolGames ? `
W
L
PD
PA
PS
` : '' #]
[# endif #] [# pool.teams.map(team => dfGetTemplate('pool-team', { team })).join(''); #]
[# pool.teams.map(team => dfGetTemplate('pool-team-mobile', { team })).join(''); #]
[# team.schedule_name #] [# if (pool.hasPoolGames) #]
[# team.stats?.event?.win || '0' #]
[# team.stats?.event?.lose || '0' #]
[# team.stats?.event?.pd || '0' #]
[# team.stats?.event?.pa || '0' #]
[# team.stats?.event?.ps || '0' #]
[# team.stats.pool_place_formatted || '-' #]
[# endif #]
[# team.schedule_name #]
[# if (pool.hasPoolGames) #]
W
L
PD
PA
PS
[# team.stats?.event?.win || '0' #]
[# team.stats?.event?.lose || '0' #]
[# team.stats?.event?.pd || '0' #]
[# team.stats?.event?.pa || '0' #]
[# team.stats?.event?.ps || '0' #]
[# team.stats.pool_place_formatted || '-' #]
[# endif #]

[# venue.name #] ([# venue.abbreviation #])

[# venue.streetAddress ? venue.streetAddress + ',' : '' #] [# venue.extendedAddress ? venue.extendedAddress + ',' : '' #] [# venue.city ? venue.city + ',' : '' #] [# venue.state.name ? venue.state.name + ' ' : '' #] [# venue.postalCode ? venue.postalCode : '' #]
[# game.formattedTime #],
[# game.location_name #]
([# game.court_name #])
[# game.teamA.schedule_name #]
[# if (game.teamAScore !== null) #]
[# game.teamAScore #]
[# else #]
[# game.teamA.season_win #] - [# game.teamA.season_lose #]
[# endif #]
[# game.teamB.schedule_name #]
[# if (game.teamBScore !== null) #]
[# game.teamBScore #]
[# else #]
[# game.teamB.season_win #] - [# game.teamB.season_lose #]
[# endif #]
[# if (game.forfeitTeamA || game.forfeitTeamB) #]
DNP
[# else #] [# game.final ? '
FINAL
' : '' #] [# endif #]
[# game.formattedDay #]
[# game.formattedDate #]
[# if (game.calendarEvent) #] [# endif #]

Division

[# if (pools.length) #]

Results

[# pools.map(pool => dfGetTemplate('pool', { pool, hasPoolGames })).join(''); #]
[# endif #] [# if (division.venueIds.length) #]

Venue

[# division.venueIds.map(function (venueId) { var currentVenue; event.venues.map(function (venue) { if (venue.id === venueId) { currentVenue = venue; } }); return dfGetTemplate('venue', { venue: currentVenue }); }).join(''); #]
[# endif #] [# if (division.games.length) #] [# if (event.type === 'multi-day') #] [# const year = (event.gamesTimeRange.split(",")[1] || new Date().getFullYear()).trim(); gamesByDate = division.games.reduce((acc, game) => { const formattedDate = `${game.formattedDate}, ${year}`; if (!acc[formattedDate]) { acc[formattedDate] = []; } acc[formattedDate].push(game); return acc; }, {}); Object.entries(gamesByDate).map(function([key, games]) { return `

Games on ${key}

${games.map(function(game) { return dfGetTemplate('game', { game: game }); }).join('')}
` }).join('') #] [# else #]

Games on [# event.gamesTimeRange #]

[# division.games.map(function(game) { return dfGetTemplate('game', { game: game }); }).join(''); #]
[# endif #] [# endif #] [# if (division.division.useBracket) #]
[# endif #]

[# if (team.name) #][# team.team.name #][# endif #]

[# if (team.division.name) #][# team.division.name #][# endif #]
[# if (team.games.length) #]

Games ([# event.gamesTimeRange #])

[# team.games.map(function(game) { return dfGetTemplate('game', { game: game }); }).join(''); #]
[# endif #] [# if (team.division.useBracket) #]
[# endif #]
3rd/4th Boys arrow_forward
POOL A
ACT Basketball Club 3rd/9U
ACT Basketball Club Blue 3rd/9U
All In One 2-3rd/9U
Legacy Coach Perry 3-4th/10U
NO Wolfpack 3rd/9U
Whitmore Lake Team 1 3-4th/10U
Whitmore Lake Team 2 3-4th/10U
5th Boys arrow_forward
POOL C
ACT Basketball Club 4th/10U
Flints Finest 5th/11U
Legacy Coach Krause 5th/11U
Michigan Firehawks 4-5th/11U
Mid Michigan Sting 5th/11U
POOL A
ACT Basketball Club 5th/11U
BBT Elite 12U 5-6th/12U
Be Transformed Basketball 4-5th/11U
Whitmore Lake 5-6th/12U
YProdigy 5th/11U
POOL B
All in One 4-5th/11U
Common Bond 4-5th/11U
O3 Trumpour 5th/11U
6th Boys arrow_forward
POOL B
Brighton Black 6th/12U
Common Bond 6th/12U
D1tv jokers 6th/12U
O3 Q 6th/12U
POOL A
Common Bond Gold 6th/12U
Legacy Coach Moldoveanu 6th/12U
Prospectors 6th/12U
ThunderDucks 5-6th/12U
7th Boys arrow_forward
POOL A
BBT Elite 13U 7th/13U
Common Bond 7th/13U
Legacy Coach Lutz 7th/13U
O3 Talton 7th/13U
The Academy 7th/13U
8th Boys arrow_forward
POOL A
BBT Elite 8th Grade 8th/14U
BBT Elite Black 8th/14U
Common Bond 8th/14U
O3 Phil 8th/14U
Playmakers 8th/14U
Prospectors Grey 8th/14U
Titans 8th 8th/14U
4th Girls arrow_forward
POOL A
Dawgs 4th/10U
Dexter Girls 4th/10U
Marshall Junior Redhawks 4th/10U
NO Wolfpack 4th/10U
Saline Hornets 4-5th/11U
Whitmore Lake 3-4th/10U
5th/6th Girls arrow_forward
POOL A
Five Star Elite 6th/12U
Legacy Coach Boss 6th/12U
Legacy Coach Lesneski 6th/12U
NO Wolfpack 5th/11U
NO Wolfpack 6th/12U
O3 5th/6th 5-6th/12U
7th/8th Girls arrow_forward
POOL A
BULLDOGS ELITE 7-8th/14U
Dawgs 7th/13U
ITK Ladies Elite 7-8th/14U
NO Wolfpack 8th/14U
NO Wolfpack 7th/13U
O3 7th/8th 7-8th/14U
Synergy 7th/13U