Skip to content

Commit

Permalink
Adding new maps and updating release number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wang committed Jan 31, 2023
1 parent b68cdbd commit f4f4a4b
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/visualizer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export enum Mode {
export function defaults(supplied?: any): Config {
let year = "2023"
let conf: Config = {
gameVersion: "3.0.8", //TODO: Change this on each release!
gameVersion: "3.0.9", //TODO: Change this on each release!
year: year,
map_extension: 'map'+year.substring(2),
game_extension: 'bc'+year.substring(2),
Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/battlecode/common/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class GameConstants {
/**
* The current spec version the server compiles with.
*/
public static final String SPEC_VERSION = "3.0.8";
public static final String SPEC_VERSION = "3.0.9";

// *********************************
// ****** MAP CONSTANTS ************
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.
5 changes: 4 additions & 1 deletion specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Formal specification

*This is the formal specification of the Battlecode 2023 game.* Current version: *3.0.8*
*This is the formal specification of the Battlecode 2023 game.* Current version: *3.0.9*

**Welcome to Battlecode 2023: Tempest.**

Expand Down Expand Up @@ -291,6 +291,9 @@

# Appendix: Changelog

- Version 3.0.5 (January 31, 2023)
- Released US Qualifier maps to public

- Version 3.0.5 (January 29, 2023)
- Fix Repetition and Sakura maps

Expand Down

0 comments on commit f4f4a4b

Please sign in to comment.