Skip to content

Releases: BattlesnakeOfficial/rules

v1.1.15

09 Aug 23:23
ffeb401
Compare
Choose a tag to compare

add 'map' cli command to provide map information (#100)

Add decay logic to healing pools (#97)

  • adding logic to remove healing pools periodically to prevent extended length games

v1.1.14

28 Jul 18:31
215a0ea
Compare
Choose a tag to compare

DEV-1558-healing-pools-map (#94)

  • Adding a basic map that adds a few hazards based on fixed coordinates to the map.

DEV-1556-sinkholes-map (#96)

CLI support for handling invalid responses (#95)

Previously the CLI would exit immediately with an error if a snake
returned a response with invalid JSON.

Now the CLI continues running the game and a snake with an invalid
response continues in the direction of it's last move.

Also logs a warning with details about the invalid response. Where
possible, the log includes the response body in case it contains helpful
info.

DEV-1479 ensure snake elimination turn is set (#93)

v1.1.13

07 Jul 18:16
663c377
Compare
Choose a tag to compare

change map support for large #'s of snakes (#92)

v1.1.12

04 Jul 18:23
08cb7ae
Compare
Choose a tag to compare

[Custom Map] Single Player Maze (#81)

v1.1.11

30 Jun 23:18
1c728fa
Compare
Choose a tag to compare

prevent negative hazard damage from healing past max health (#91)

allow placement of up to 16 snakes on xlarge board (#90)

v1.1.10

28 Jun 23:24
a451cda
Compare
Choose a tag to compare

DEV 1404: Support streaming CLI games to the browser board (#88)

speeding up how fast the expanding box grows from every 15 to every 12 turns (#89)

fix for rivers and bridges snake start positions (#85)

allow initial food placement for 8 snakes on 7x7 board (#87)

fix for readme, install as go package. go get is no longer supported (#86)

Add player and board size meta data to all game maps (#84)

v1.1.9

16 Jun 17:33
Compare
Choose a tag to compare
  • Add new food and 2 new snake spawn locations to Arcade Maze

v1.1.8

15 Jun 17:52
0f15f34
Compare
Choose a tag to compare
  • Add two new food spawn locations to the Arcade Maze map.

v1.1.7

08 Jun 22:58
25dc404
Compare
Choose a tag to compare

Allow solo games with all rulesets through the CLI (#79)

  • add support for automatic solo mode through RulesetBuilder
  • allow solo games for all modes in CLI

v1.1.6

01 Jun 22:23
426da8a
Compare
Choose a tag to compare

reorder built-in ruleset stages so game over is checked first (#79)

Add additional map types (#76)

  • add "hz_inner_wall" map
  • add "hz_columns" map
  • add "hz_rings" map
  • add "hz_rivers_bridges" map
  • add "hz_spiral" map
  • add "hz_scatter" map
  • add "hz_grow_box" map
  • add "hz_expand_box" map
  • add "hz_expand_scatter" map