Event michigan youth basketball tournaments boys girls

Michigan Spring Challenge

Michigan Spring Challenge

Apr 06, 2024 - Apr 07, 2024
Brighton (MI)  Brighton (MI) 
Boys & Girls
3

Description

Michigan Spring Challenge


Live streamed games with LiveBarn! * Athletic Trainer on site


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


Saturday pool play / Sunday bracket play


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


All Winning Teams in EACH respective age division (Boys and Girls) of Legacy Center Basketball Tournaments (unless specifically excluded) through Sunday, July 14, 2024, will win a FREE ENTRY to the Legacy National Championship Tournament on Saturday, July 21, 2024 through Sunday, July 22, 2024! Each Team can ONLY win ONE Free Entry during the year. Questions should be directed to Dan Nealy @ dnealy@legacycentermichigan.com … Thank You!


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 6 teams, 2 pools
arrow_forward
6th Boys 6 teams, 2 pools
arrow_forward
7th Boys 5 teams
arrow_forward
8th Boys 6 teams, 2 pools
arrow_forward
9th Boys 9 teams, 3 pools
arrow_forward
10th Boys 10 teams, 3 pools
arrow_forward
11th Boys 12 teams, 4 pools
arrow_forward
7th Girls 8 teams, 2 pools
arrow_forward
8th Girls 7 teams, 2 pools
arrow_forward
10th & 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
BTO 3-4th/10U
Flint Affiliation Coach Myke 3-4th/10U
Flint Affiliation Mike 4th/10U
Young Pro Elite 4th/10U
5th Boys arrow_forward
POOL B
Camp of dreams UP1 5th/11U
Flint Affiliation Mike 5th/11U
Hopson Elite 5th/11U
POOL A
North Oakland Wolfpack 5th/11U
REAL 5th/11U
VAC - CJ 5th/11U
6th Boys arrow_forward
POOL A
BTO 6th/12U
Flint Affiliation Rio 6th/12U
REAL Coach Hungerford 6th/12U
POOL B
Hype Elite 6th/12U
REAL Coach Woolston 6th/12U
Thornhill Thunder 6th/12U
7th Boys arrow_forward
POOL A
BTO 7th/13U
Courts Vision Elite 7th/13U
Flint Affiliation - Rio 7th/13U
REAL Coach Sherlock 7th/13U
REAL Coach Wentworth 7th/13U
8th Boys arrow_forward
POOL A
Courts Vision Elite 8th/14U
Nemesis 8th/14U
REAL Coach Pereida 8th/14U
POOL B
MI Prospects - Mator 8th/14U
REAL Coach Cotton 8th/14U
Windsor Suns 8th/14U
9th Boys arrow_forward
POOL A
BTO 9th/15U
Courts Vision Elite 9th/15U
Top1 9th/15U
POOL B
Great Lakes 9th/15U
Legacy Coach Lewis - Saturday Only 9th/15U
REAL Coach Lake 9th/15U
POOL C
Great Lakes 9th - Patterson 9th/15U
REAL Coach Zielinksi 9th/15U
The Academy 9th/15U
10th Boys arrow_forward
POOL A
Courts Vision Elite 10th/16U
REAL Coach Boffman 10th/16U
Thornhill Thunder 10th/16U
Top1 10th/16U
POOL B
HYPE Boys 10th/16U
Legacy Coach Langenderfer 10th/16U
REAL Coach Keipert 10th/16U
POOL C
REAL Coach Booher 10th/16U
Team Magic Basketball Club 10th/16U
The Academy 10th/16U
11th Boys arrow_forward
POOL C
GGBC 11-12th/18U
The Farm 17 & Under
WPA Suns U17 11th/17U
POOL A
Icon Elite 17u Black 17 & Under
oxford attack Elite 12th/18U
REAL Coach Carlstrom 11th/17U
POOL B
Michigan Unified 11th/17U
Team Magic Basketball Club 11th/17U
The Academy 11th/17U
POOL D
REAL Coach Wells 11th/17U
SBA 17 & Under
Top1 11th/17U
7th Girls arrow_forward
POOL B
Aspire - Saturday Only 6-7th/13U
Next Play Black 2029 7th/13U
oxford attack 7th/13U
REAL 7th 7th/13U
POOL A
CCE-Hannon 6th/12U
Monroe Elite 2030 KWI 6th/12U
Next Play Black 2030 6th/12U
REAL 6th - Saturday Only 6th/12U
8th Girls arrow_forward
POOL B
CCE- Judit 8th/14U
Greg Grant Girlz 8-9th/15U
Next Play Black 2028 8th/14U
REAL Coach Mayfield 8th/14U
POOL A
Great Lakes- Palmer 8th/14U
Next Play Gold 2028 8th/14U
REAL Coach Kauffman 8th/14U
10th & 11th Girls arrow_forward
POOL A
Aspire 10-11th/17U
Greg Grant Elite 9-10th/16U
Lady Mustangs 10th/16U
The Naturals 2025 11th/17U