davidswelt / wolvesandsheep

Wolves And Sheep
8 stars 7 forks source link

Create log file #7

Closed davidswelt closed 8 years ago

davidswelt commented 11 years ago

It might be nice if all moves were logged to a file.

davidswelt commented 11 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).