GameMap

public final class GameMap

store maps and status into files; load maps and status from files.

Author:Feng

Methods

loadHistory

public static History loadHistory(String filename)

loadState

public static State loadState(String filename)

storeHistory

public static void storeHistory(String filename, History history)

storeState

public static void storeState(String filename, State state)