Skip to content

Commit e979771

Browse files
Add sprint2 maps
1 parent 1963217 commit e979771

File tree

17 files changed

+20
-2
lines changed

17 files changed

+20
-2
lines changed

client/src/constants.ts

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CLIENT_VERSION = '2.0.3'
1+
export const CLIENT_VERSION = '3.0.0'
22
export const SPEC_VERSION = '1'
33
export const BATTLECODE_YEAR: number = 2025
44
export const MAP_SIZE_RANGE = {
@@ -45,7 +45,25 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
4545
'SMILE',
4646
'TargetPractice',
4747
'UglySweater',
48-
'UnderTheSea'
48+
'UnderTheSea',
49+
50+
// Sprint 2
51+
'giver',
52+
'galaxy',
53+
'leavemealone',
54+
'sayhi',
55+
'sierpinski',
56+
'windmill',
57+
'quack',
58+
'gridworld',
59+
'fix',
60+
'Filter',
61+
'BunnyGame',
62+
'Bread',
63+
'Snowglobe',
64+
'Barcode',
65+
'Flower',
66+
'Piglets2'
4967
]
5068

5169
export const TEAM_COLOR_NAMES = ['Silver', 'Gold']
2.35 KB
Binary file not shown.
2.24 KB
Binary file not shown.
3.19 KB
Binary file not shown.
1.06 KB
Binary file not shown.
3.86 KB
Binary file not shown.
5.01 KB
Binary file not shown.
3.45 KB
Binary file not shown.
4.25 KB
Binary file not shown.
4.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)