NTP files ![]()
NTP files was used for setting movement in my programs for many years. They are plain text files easy to create and edit in any text editor, for example Windows' Notepad.
Example file for 4 team's round-robin:
3 * rounds
2 * tables
1 2 3 4 * numbers of teams, must be 1,2,3... in Teamy
2 * round#1, 2 tables
4 1 * home away at table#1
3 2 * at table#2
2 * round#2, 2 tables
4 2
1 3
2 * round#3, 2 tables
4 3
2 1
* another data possible, ignored by Teamy
The asterix (*) denotes start of comment, the rest of this line is ignored.
NOTE: It is assumed in Teamy, that NTP file provided is "good", without errors, so it should be created and checked carefully.