5-a-Side Team Picker
The Monday-night problem: ten players, two teams, and if the sides are lopsided the game is dead by
the second goal. This picker is pre-loaded in balanced mode with a 10-player demo
squad — swap in your own names and 1–5 ratings, and the snake draft evens the sides for you.
Worked example: how the snake draft splits the demo squad
The demo roster rates Marco and Jo as 5s, Sam and Dee as 4s, three 3s, two 2s and Lee (first
session back) a 1 — 32 skill points in total, so a perfect split is 16 per side. The snake draft
sorts by rating and deals 1→2→2→1: with the build-time seed used for this page it produced
Team 1: Jo (5), Sam (4), Ruth (3), Ollie (2), Pam (2) = 16
points and Team 2: Marco (5), Dee (4), Alex (3), Ken (3), Lee (1) =
16 points. Ties (the two 5s, the two 4s, the three 3s) are shuffled before
sorting, so re-running swaps which 5 goes where — but the totals stay balanced.
Compare pure random on the same squad: it is entirely possible to draw Marco, Jo, Sam and Dee — 18
of the 32 points — onto the same five. Random is fine when abilities are close; the weights exist
for groups where they are not.
Squad arithmetic for small-sided formats
Plain arithmetic, but it settles the "how many do we need?" group-chat debate. "Bring 12" assumes
you want everyone in one game with rolling subs.
With 12 for 5-a-side you have two subs — give one to each team by listing all 12 names and splitting
into 2 teams of 6. With 14 for 5-a-side, four subs: consider 7-a-side instead, or run three teams of
4–5 and rotate the resting team each game.
Beyond football
Nothing here is football-specific: the same weighted snake draft picks basketball threes, volleyball
sixes, padel and tennis doubles rotations, and pub-quiz tables. For two-court nights, split into 4
teams instead of 2 — the draft still snakes across all four. If your group prefers fixed skippers
who then get random squads, the captains method on the main
random team generator does exactly that, and the
work project groups page shows the same balancing idea applied
to seniority instead of sport.
Organizing the season-end party too? The Secret Santa
generator handles the gift draw, and teachers borrowing this for PE class will find pair and
group presets on the classroom group generator.