fromLocal

public final LocalGameLoc fromLocal(File file)

Copy the game from local file

Suggestion To use a relative path would be better for git or collaboration. Don't embed the whole game into project directory.


public final LocalGameLoc fromLocal(String path)

Copy the game from local file at path

Suggestion To use a relative path would be better for git or collaboration. Don't embed the whole game into project directory.