Universität Ulm, Fakultät für Mathematik und Wirtschaftswissenschaften, SAI

SS 99 || Ferienprojekt zu Allgemeine Informatik II || Puzzle Library

DEFINITION PuzzleIO


DEFINITION PuzzleIO;

   IMPORT Puzzle, Streams;

   PROCEDURE ReadMove(s: Streams.Stream; VAR move: Puzzle.Move) : BOOLEAN;
   PROCEDURE PrintMove(s: Streams.Stream; move: Puzzle.Move);
   PROCEDURE PrintSituation(s: Streams.Stream; situation: Puzzle.Situation);

END PuzzleIO.

SS 99 || Ferienprojekt zu Allgemeine Informatik II || Puzzle Library

Andreas Borchert, 26. Juli 1999