File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/java/magma/tools/benchmark/view Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 3.1 (RoboCup 2023)
2+ ---------------------
3+ - Rolling Ball Challenge: add rule to prevent player from moving too far
4+ - print overall score of a team at the end of a run
5+ - allow to inject random seed
6+ - fix paths to rcssserver3d.rb and startServer.sh
7+
18Version 3.0 (RoboCup 2023)
29---------------------
310- added Rolling Ball Challenge for RoboCup 2023
Original file line number Diff line number Diff line change 55 <groupId >magmaoffenburg</groupId >
66 <artifactId >magmachallenge</artifactId >
77 <packaging >jar</packaging >
8- <version >3.0 </version >
8+ <version >3.1 </version >
99 <name >magmaChallenge</name >
1010 <url >https://github.com/magmaOffenburg/magmaChallenge</url >
1111
Original file line number Diff line number Diff line change 5959 */
6060public class BenchmarkView extends JFrame implements IObserver <IModelReadOnly >
6161{
62- public static final String VERSION = "3.0 " ;
62+ public static final String VERSION = "3.1 " ;
6363
6464 private final JComboBox <ChallengeType > challenge ;
6565
You can’t perform that action at this time.
0 commit comments