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 11import { schema } from 'battlecode-schema'
22
3- export const GAME_VERSION = '2.0.2 '
4- export const SPEC_VERSION = '2.0.2 '
3+ export const GAME_VERSION = '2.0.3 '
4+ export const SPEC_VERSION = '2.0.3 '
55export const BATTLECODE_YEAR : number = 2024
66export const MAP_SIZE_RANGE = {
77 min : 30 ,
@@ -38,6 +38,7 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
3838 'Duck' ,
3939 'Fountain' ,
4040 'Hockey' ,
41+ 'HungerGames' ,
4142 'MazeRunner' ,
4243 'Rivers' ,
4344 'Snake' ,
Original file line number Diff line number Diff 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.2 " ;
12+ public static final String SPEC_VERSION = "2.0.3 " ;
1313
1414 // *********************************
1515 // ****** MAP CONSTANTS ************
Original file line number Diff line number Diff line change 1616
1717# ** Formal specification**
1818
19- _ This is the formal specification of the Battlecode 2024 game._ Current version: * 2.0.2 *
19+ _ This is the formal specification of the Battlecode 2024 game._ Current version: * 2.0.3 *
2020
2121** Welcome to Battlecode 2024: Breadwars.**
2222
286286
287287# ** Appendix: Changelog**
288288
289+ - Version 2.0.3 (January 22, 2024)
290+ - Client improvements
291+ - Added HungerGames sprint 1 map
292+
289293- Version 2.0.2 (January 20, 2024)
290294 - Engine fixes
291295 - Corrected issue where stun trap was using old cooldown (40)
You can’t perform that action at this time.
0 commit comments