Event michigan youth basketball tournaments boys girls

Legacy National Championship

Legacy National Championship

Jul 20, 2024 - Jul 21, 2024
Brighton (MI)  Brighton (MI) 
Boys & Girls
3

Description

Legacy National Championship


Open to all teams!


FREE TO DIVISION WINNERS from past 2024 events! Divisions winners please register with your promo code provided by Dan Nealy or select pay later option and you can send your $100 deposit via Venmo to @Legacy-Center.


No longer playing games on Friday, July 19th.


Live streamed games with LiveBarn! * Athletic Trainer on site


Trophies & Medals for 1st and 2nd place finishers * Running clock event.


Boys & Girls: 12th, 11th, 10th, 9th, 8th, 7th, 6th, 5th, 4th, 3rd


Division 1 (A skill level) - Division 2 (B & C skill level) - Multiple Divisions (If the number of teams allows)


Cost - 1 team $350, 2 teams $330 each, 3 teams or more $300 each.


3 games guaranteed.


Admission: - Weekend Pass: $25 or $15 a Day - Seniors (65 years or older): $10a a Day - Students: $5 a Day - 8 and Under: Free


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. 


Rockey Black - rblack@legacycentermichigan.com / 734-334-6972

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! 

The Legacy Center basketball arena will feature 8 hardwood floors, quality officials, and expansive seating for fans. Awards will be given to first and second-place teams. 


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


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

Venues

Legacy Center Sports Complex (1-8)

9299 Goble Drive, Brighton, Michigan 48116
Court 1, Court 2, Court 3, Court 4, Court 5, Court 6, Court 7, Court 8

4th Boys 4 teams
arrow_forward
5th Boys 4 teams
arrow_forward
6th Boys 7 teams, 2 pools
arrow_forward
7th Boys 8 teams, 2 pools
arrow_forward
8th Boys Pool Navy 4 teams
arrow_forward
8th Boys Pool Gray 7 teams, 2 pools
arrow_forward
9th Boys 8 teams, 2 pools
arrow_forward
10th Boys 7 teams, 2 pools
arrow_forward
11th Boys 7 teams, 2 pools
arrow_forward
6th Girls 7 teams, 2 pools
arrow_forward
7th Girls 4 teams
arrow_forward
8th Girls 4 teams
arrow_forward
9th Girls 5 teams
arrow_forward
10th Girls 5 teams
arrow_forward
11th Girls 4 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 #]
4th Boys arrow_forward
POOL A
Common Bond - Turman 3-4th/10U
Guardians 4th/10U
Hype 3rd/9U
Motor City Evolution 4th/10U
5th Boys arrow_forward
POOL A
Guardians 5th/11U
Kitchener Impact Academy U11 Red 4-5th/11U
MI Tar Heels Elite 5th/11U
Northern Kings 5th/11U
6th Boys arrow_forward
POOL A
BTO 6th/12U
Guardians 6th/12U
Kitchener Impact Acadamy - Red 6th/12U
POOL B
Camp of dreams UP1 5-6th/12U
Cobras Elite 6th/12U
Macon Basketball Academy 6th/12U
Swish 810 5-6th/12U
7th Boys arrow_forward
POOL B
BBT Elite 7th/13U
Hype Elite Jarett 7th/13U
Macon Basketball Academy 7th Gold 7th/13U
Michigan Prospects Dibrano 7th/13U
POOL A
BTO 7th/13U
Legends Ballers (Aaron) 7th/13U
MI Tar Heels Elite 7th/13U
Team Detroit 7th/13U
8th Boys Pool Navy arrow_forward
POOL A
BBT Elite 8th/14U
Common Bond - Jackson 8th/14U
Ohio Swarm 8th/14U
Phoenix - GBA 8th/14U
8th Boys Pool Gray arrow_forward
POOL B
Common Bond - Currie 8th/14U
Legacy White 8th/14U
Macon Basketball Academy 8th Gold 8th/14U
Macon Basketball Academy 8th White 8th/14U
POOL A
Kitchener Impact Academy 7-8th/14U
Macon Basketball Academy 8th Black 8th/14U
MI Tar Heels Elite 8th/14U
9th Boys arrow_forward
POOL Pool A
BTO 9th/15U
Hoop House 8-9th/15U
MI Tar Heels Elite 9th/15U
POOL Pool B
D nix elite 8-9th/15U
Hype Elite Jarett 9th/15U
Macon Basketball Academy 9th/15U
Michigan Prospects Phillips 9th/15U
The Blueprint 8-9th/15U
10th Boys arrow_forward
POOL A
Ball Hard 16 & Under
Coach Cam Elite 10th/16U
Michigan Tar Heels Elite-Campbell 10th/16U
MI Tar Heels Elite-Polley 10th/16U
POOL B
DC SELECT ELITE 10th/16U
Michigan Tar Heels Elite 10th/16U
Top1 10th/16U
11th Boys arrow_forward
POOL A
Giddy 11th/17U
Legay Coach DeVerteul 11th/17U
MI Tar Heels Elite-Lampkin 11th/17U
oxford attack Elite 12th/18U
POOL B
Macon Basketball Academy 10-11th/17U
Michigan Prospects Aaron 10-11th/17U
MI Tar Heels Elite 11th/17U
6th Girls arrow_forward
POOL B
Fowlerville Legends 5-6th/12U
Legends Ballers (Logan) 6th/12U
Macon Basketball Academy 5th/11U
Macon Basketball Academy 5-6th/12U
POOL A
Macon Basketball Academy 6th/12U
Michigan Prospects Kwi 6th/12U
MI Tar Heels Elite 6th/12U
7th Girls arrow_forward
POOL A
Michigan Prospects Hammond 7th/13U
Michigan Swish 6-7th/13U
oxford attack 7th/13U
The Dawgs 7th/13U
8th Girls arrow_forward
POOL A
Lady comrades united 8th/14U
Lady's FVV 8th/14U
MI Tar Heels Elite 8th/14U
Pink Panthers 7-8th/14U
9th Girls arrow_forward
POOL A
Greg Grant Girlz 8-9th/15U
Lady FVV Mann 9th/15U
Michigan Cobras 2027 9th/15U
Michigan Prospects 2027 9th/15U
O3 Canen 2027 9th/15U
10th Girls arrow_forward
POOL A
Legends Ballers HS 10th/16U
Michigan Cobras 2026 Gold 10th/16U
Michigan Premier -Cabana 10th/16U
Michigan Prospects Panlasigue 10th/16U
Michigan United Coach Koutz 10th/16U
11th Girls arrow_forward
POOL A
Macon Basketball Academy 11th National 11th/17U
Michigan Prospects Glime 11th/17U
Michigan Vice 11th/17U
NW Hoopstars Gold 10-11th/17U