[Contents of this archive]
* README-practice1-2020.utf8.txt:
  - This document
* practice1-2020-maps.txt
  - The correspondence between the map files used in the Practice Round #1 and the base files
* practice1-2020-result.html
  - Win-loss standings

In the MAPS/ directory:
* p1r${R}.dighere
  - The map file used in the games of the ${R}-th round.

In the logs/ directory:

* r${R}/r${R}m${M}_${I}vs${J}.dighere
  - The result of the game (stdout of the game manager).
* r${R}/r${R}m${M}_${I}vs${J}.dighere.summary
  - Summary of the game, i.e., stderr of the game manager with the
    '-S' option (stderr of AI programs are removed).

where

${R} is the round number,
${M} is the match number in the ${R}-th round,
${I} is the team ID (registration # assigned by EasyChair) of Player 1, and
${J} is the team ID of Player 2.
(The player whose team ID is 99 is a player provided by the organizer.)

You can check the result of the game by letting the game viewer load the .dighere files:
https://tastasgit.github.io/SamurAI-Dig-Here-2020-21/webpage/dighere.html

Note that two games are held for each match exchanging Player1 and Player2.
