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

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

DEFINITION StandardPuzzleGames


DEFINITION StandardPuzzleGames;

   IMPORT PuzzleGames, PuzzlePlayers, Times;

   PROCEDURE Create(VAR game: PuzzleGames.Game; 
                    player1, player2: PuzzlePlayers.Player;
		    name1, name2: ARRAY OF CHAR;
		    timelimit: Times.Time);

END StandardPuzzleGames.

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

Andreas Borchert, 26. Juli 1999