Skip to content

Commit 5bc1c46

Browse files
Add new maps & bump version
1 parent dfe8f6d commit 5bc1c46

24 files changed

+32
-4
lines changed

client/src/constants.ts

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { schema } from 'battlecode-schema'
22

3-
export const GAME_VERSION = '3.0.4'
4-
export const SPEC_VERSION = '3.0.4'
3+
export const GAME_VERSION = '3.0.5'
4+
export const SPEC_VERSION = '3.0.5'
55
export const BATTLECODE_YEAR: number = 2024
66
export const MAP_SIZE_RANGE = {
77
min: 30,
@@ -29,6 +29,28 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
2929
'DefaultLarge',
3030
'DefaultHuge',
3131

32+
'Alligator',
33+
'Anchor',
34+
'Battlefield',
35+
'BreadPudding',
36+
'Decision',
37+
'English',
38+
'Gated',
39+
'Gauntlet',
40+
'Hurricane',
41+
'Islands',
42+
'Mountain',
43+
'Occulus',
44+
'Randy',
45+
'Skyline',
46+
'Starfish',
47+
'StarryNight',
48+
'Swoop',
49+
'TwistedTreeline',
50+
'Valentine',
51+
'Waterworld',
52+
'WheresMyWater',
53+
3254
'Asteroids',
3355
'Backslash',
3456
'Capacitance',

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

+1-1
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 = "3.0.4";
12+
public static final String SPEC_VERSION = "3.0.5";
1313

1414
// *********************************
1515
// ****** MAP CONSTANTS ************
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

specs/specs.md.html

+7-1
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: *3.0.4*
19+
_This is the formal specification of the Battlecode 2024 game._ Current version: *3.0.5*
2020

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

@@ -286,6 +286,12 @@
286286

287287
# **Appendix: Changelog**
288288

289+
- Version 3.0.5 (February 1, 2024)
290+
- Engine improvements
291+
- Add HS & newbie maps
292+
- Client improvements
293+
- Add HS & newbie maps
294+
289295
- Version 3.0.4 (January 30, 2024)
290296
- Engine improvements
291297
- Replay filename now gets truncated if it is too long

0 commit comments

Comments
 (0)