Skip to content

Commit

Permalink
Merge branch 'master' into public-release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 26, 2025
2 parents 653c403 + 28975a4 commit 35574f3
Show file tree
Hide file tree
Showing 40 changed files with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CLIENT_VERSION = '3.0.0'
export const CLIENT_VERSION = '3.1.0'
export const SPEC_VERSION = '1'
export const BATTLECODE_YEAR: number = 2025
export const MAP_SIZE_RANGE = {
Expand Down Expand Up @@ -63,7 +63,49 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
'Snowglobe',
'Barcode',
'Flower',
'Piglets2'
'Piglets2',

// HS
'lighthouse',
'shell',
'walalilongla',
'mit',
'defensetower',
'maze',
'box',
'roads',
'Paintball',
'FourCorners',
'Snowman',
'Crab',
'Oasis',
'TheBest',
'starburst',
'Portal',
'Jail',
'PlumberGame',

// Quals
'boxofchocolates',
'sunrise',
'yearofthesnake',
'Circuit',
'headphones',
'Brat',
'Parking_lot',
'Rose',
'HungerGames',
'Castle',
'Bunny',
'Terminal',
'Leaf',
'BatSignal',
'CastleDefense',
'AlarmClock',
'DonkeyKong',
'rain',
'Dominoes',
'SandyBeach'
]

export const TEAM_COLOR_NAMES = ['Silver', 'Gold']
Expand Down
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.
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 modified specs/specs.pdf
Binary file not shown.

0 comments on commit 35574f3

Please sign in to comment.