Skip to content

Commit

Permalink
Version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Jul 24, 2023
1 parent f50e17a commit ca2569e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 3.1 (RoboCup 2023)
---------------------
- Rolling Ball Challenge: add rule to prevent player from moving too far
- print overall score of a team at the end of a run
- allow to inject random seed
- fix paths to rcssserver3d.rb and startServer.sh

Version 3.0 (RoboCup 2023)
---------------------
- added Rolling Ball Challenge for RoboCup 2023
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>magmaoffenburg</groupId>
<artifactId>magmachallenge</artifactId>
<packaging>jar</packaging>
<version>3.0</version>
<version>3.1</version>
<name>magmaChallenge</name>
<url>https://github.com/magmaOffenburg/magmaChallenge</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/
public class BenchmarkView extends JFrame implements IObserver<IModelReadOnly>
{
public static final String VERSION = "3.0";
public static final String VERSION = "3.1";

private final JComboBox<ChallengeType> challenge;

Expand Down

0 comments on commit ca2569e

Please sign in to comment.