Skip to content

A Google Apps Script that extends a spreadsheet to generate pairings and maintain scores for a round robin chess tournament.

Notifications You must be signed in to change notification settings

rishicomplex/ChessRoundRobin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ChessRoundRobin

A Google Apps Script that extends a spreadsheet to generate pairings and maintain scores for a round robin chess tournament.

How to use

Create a new spreadsheet on Google Sheets. Click on the 'Script editor' option on the 'Tools' menu. Copy in the code in tournament.gs, and reload the spreadsheet.

List the names of the players of your tournament in the first column (cells A1, A2 etc). Ensure that the number of players is even. If there are an odd number of players, add a dummy player. All games with the dummy player can be considered byes. Now, select the 'Generate tournament' option in the 'Tournaments' menu.

The pairings for all rounds will be generated. Once a game is completed, enter the result in the cell between the players' names. The score table will update automatically.

About

A Google Apps Script that extends a spreadsheet to generate pairings and maintain scores for a round robin chess tournament.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published