Turn-Order Generator
Enter all your players and get a complete, fairly shuffled turn order in one go — no need to pick winners one at a time.
What this generator does
Produces a complete playing order for a group in one go, rather than picking a first player and leaving the rest to sort out. It answers the whole question at the start of a board game or a round of a party game: who goes first, who follows, and who is last.
How to use this tool
- Enter player names, one per line.
- Generate to see the full turn order.
- Reshuffle any time for a new order.
Understanding the controls
- Players
- One player per line. The turn order returned is the same length as this list, with every player appearing exactly once.
Common use cases
- Board games with multiple players
- Tabletop RPG initiative-style ordering
- Classroom presentation order
Randomness and fairness
The player list is shuffled once with a Fisher-Yates shuffle over your browser's cryptographic random number generator, so every possible turn order is equally likely and no player is favoured for the first position. Reshuffling produces an entirely fresh order rather than nudging the previous one.
For how randomness is produced across the whole site, see how Generate Random works.
Common mistakes
- Using it repeatedly for a game that needs the same order each round
- Every press generates a new independent order. Generate once and keep the result visible for the whole game; regenerating between rounds gives a different sequence, which is usually not what a turn order is for.
Privacy and your data
Player names stay in your browser. They are not uploaded, stored, or placed in the page address at any point.
Related generators
- First-Player PickerRandomly pick who goes first from a list of players.
- Random Team GeneratorSplit a list of names into a chosen number of random, evenly sized teams.
- List Randomiser & ShufflerShuffle any list into a new random order — great for randomising order, not just picking winners.
- Team Draft GeneratorCaptains pick players in turn from one pool, so teams are built by choice rather than assigned at random.