5960616263646566676869
public void Initialize() { Options.ReadOptionsToProperties(); IsRunning = true; ai = new AI(Options.AIlevel); map = new FieldMap(); map.SetShipsRandomly(); stringMap = new ArrayList<List<Character>>(); stringMap = map.MapAsCharList(false); }