Skip to content

Commit 9ad5dd1

Browse files
Bump version & changelog
1 parent 2f84d5b commit 9ad5dd1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

client/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { schema } from 'battlecode-schema'
22

3-
export const GAME_VERSION = '2.0.3'
4-
export const SPEC_VERSION = '2.0.3'
3+
export const GAME_VERSION = '3.0.0'
4+
export const SPEC_VERSION = '3.0.0'
55
export const BATTLECODE_YEAR: number = 2024
66
export const MAP_SIZE_RANGE = {
77
min: 30,

engine/src/main/battlecode/common/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class GameConstants {
99
/**
1010
* The current spec version the server compiles with.
1111
*/
12-
public static final String SPEC_VERSION = "2.0.3";
12+
public static final String SPEC_VERSION = "3.0.0";
1313

1414
// *********************************
1515
// ****** MAP CONSTANTS ************

specs/specs.md.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# **Formal specification**
1818

19-
_This is the formal specification of the Battlecode 2024 game._ Current version: *2.0.3*
19+
_This is the formal specification of the Battlecode 2024 game._ Current version: *3.0.0*
2020

2121
**Welcome to Battlecode 2024: Breadwars.**
2222

@@ -293,6 +293,11 @@
293293
- Kill crumb reward 50 -> 30
294294
- Capturing upgrade flag return delay 8 -> 21 (for a total of 25 rounds)
295295
- Attack upgrade attack increase 75 -> 60
296+
- Client improvements
297+
- Added sprint 2 maps
298+
- Global upgrades now display in chronological order
299+
- Console performance improved (esp with lots of printed exceptions)
300+
- Tournament mode improvements
296301

297302
- Version 2.0.3 (January 22, 2024)
298303
- Client improvements

0 commit comments

Comments
 (0)