-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
29 lines (26 loc) · 978 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[paths]
submissionsDirPrefix = "submissions/group" ; followed by group number
competitionDir = "competition/"
pwBotApi = "planetWars/botApi/"
botsCompiled = "compiledResources/" ; used for compilation results of all submitted bots
pwEngine = "planetWars/engine/"
pwMaps = "planetWars/maps/"
tournamentResults = "tournamentResults/"
visualizer = "planetWars/visualizer/"
competitionLog = competitionLog.txt
[resumeLog]
miniLeagueGroups = "tmp/miniLeagueGroups.txt"
lastCompletedLeague = "tmp/lastLeague.txt"
leagueWinners = "tmp/leagueWinners.txt"
leagueSchedule = "tmp/leagueSchedule.txt";
lastCompletedLeagueMatch = "tmp/lastLeagueMatch.txt"
leagueScores = "tmp/leagueScores.txt"
lastCompletedKnockoutRound = "tmp/lastKnockoutRound.txt"
groupsInKnockout = "tmp/groupsInKnockout.txt"
knockoutWinners = "tmp/knockoutWinners.txt"
knockoutNumberMatchesPlayed = "tmp/knockoutNumberMatchesPlayed.txt"
[game]
maxTurnTime = 5000
numTurns = 100
maxMemory = 2000;
numMiniLeagues = 4;