File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
engine/src/main/battlecode/common Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { schema } from 'battlecode-schema'
2
2
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 '
5
5
export const BATTLECODE_YEAR : number = 2024
6
6
export const MAP_SIZE_RANGE = {
7
7
min : 30 ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class GameConstants {
9
9
/**
10
10
* The current spec version the server compiles with.
11
11
*/
12
- public static final String SPEC_VERSION = "2 .0.3 " ;
12
+ public static final String SPEC_VERSION = "3 .0.0 " ;
13
13
14
14
// *********************************
15
15
// ****** MAP CONSTANTS ************
Original file line number Diff line number Diff line change 16
16
17
17
# ** Formal specification**
18
18
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 *
20
20
21
21
** Welcome to Battlecode 2024: Breadwars.**
22
22
293
293
- Kill crumb reward 50 -> 30
294
294
- Capturing upgrade flag return delay 8 -> 21 (for a total of 25 rounds)
295
295
- 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
296
301
297
302
- Version 2.0.3 (January 22, 2024)
298
303
- Client improvements
You can’t perform that action at this time.
0 commit comments