Closed davidswelt closed 8 years ago
Figure out how to write to a file. Create the file in GameBoard or Tournament, and log each player's move. To make it easy to automatically read the file later on, write one action per line. Start the line with a keyword such as "MOVE", "KILL" (for a wolf moving on top of a sheep), or "FINISH" (for a sheep reaching a pasture).
It might be nice if all moves were logged to a file.