Skip to content

Commit ca2569e

Browse files
committed
Version 3.1
1 parent f50e17a commit ca2569e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Version 3.0 (RoboCup 2023)
29
---------------------
310
- added Rolling Ball Challenge for RoboCup 2023

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

src/main/java/magma/tools/benchmark/view/BenchmarkView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060
public 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

0 commit comments

Comments
 (0)