Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snail mode #98

Merged
merged 8 commits into from
Aug 19, 2022
Merged

Snail mode #98

merged 8 commits into from
Aug 19, 2022

Commits on Jul 24, 2022

  1. Add snail-mode map

    jlafayette committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    cbdf52b View commit details
    Browse the repository at this point in the history
  2. snail-mode: cap max hazards to 7

    - Ensure that no more than 7 hazards are added to a square. This
      fixes a bug where some squares were getting way too many hazards
      applied to them.  There must be some other bug at work here as
      well.
    - Change author names to be github usernames instead of first names
    jlafayette committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    4e771d3 View commit details
    Browse the repository at this point in the history
  3. snail-mode: fix bug with eliminated snakes

    - Ensure that hazard snail-trail is not added for eliminated snakes
    jlafayette committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    68ccc0c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Merge branch 'main' into snail-mode

    * main:
      DEV-1558-healing-pools-map (BattlesnakeOfficial#94)
      DEV-1556-sinkholes-map (BattlesnakeOfficial#96)
      CLI support for handling invalid responses (BattlesnakeOfficial#95)
    coreyja committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    b61973d View commit details
    Browse the repository at this point in the history
  2. Update from Stream July 31

    Added comments to most functions and important bits of code
    
    Also changed the map so that instead of a fixed number of 7 hazards,
    we add hazards equal to the length of the snake.
    coreyja committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ad38a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    c11249f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f374d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd3a2d View commit details
    Browse the repository at this point in the history