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

[MLA-1584] Match3 variable board size #5189

Merged
merged 19 commits into from
Apr 1, 2021
Merged

Commits on Mar 23, 2021

  1. WIP variable board size

    Chris Elion committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    43a2074 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. simplify BoardSize

    Chris Elion committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a49be35 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. refactor to handle different board sizes

    Chris Elion committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d594d22 View commit details
    Browse the repository at this point in the history
  2. Unit tests for board sizes

    Chris Elion committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    58b41a5 View commit details
    Browse the repository at this point in the history
  3. handle current board size in AllMoves+ValidMoves

    Chris Elion committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bf41435 View commit details
    Browse the repository at this point in the history
  4. update example to use multiple sizes

    Chris Elion committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    7be4ea1 View commit details
    Browse the repository at this point in the history
  5. use current board size for dropping cells, etc

    Chris Elion committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    24710c5 View commit details
    Browse the repository at this point in the history
  6. tuple field names in example

    Chris Elion committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    84df2cb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. tests for compressed obs with small board

    Chris Elion committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ad0427c View commit details
    Browse the repository at this point in the history
  2. more test cleanup

    Chris Elion committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9fb035d View commit details
    Browse the repository at this point in the history
  3. fix compressed obs (need a test for this)

    Chris Elion committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    717d376 View commit details
    Browse the repository at this point in the history
  4. test multiple PNGs

    Chris Elion committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a2f6ce5 View commit details
    Browse the repository at this point in the history
  5. docs

    Chris Elion committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    22420c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. use BoardSize in Move interface

    Chris Elion committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    41ca15d View commit details
    Browse the repository at this point in the history
  2. BoardSize checks

    Chris Elion committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a55828c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into MLA-1584-variable-boa…

    …rd-size
    Chris Elion committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4b5bd8e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. review feedback

    Chris Elion committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    289047b View commit details
    Browse the repository at this point in the history
  2. doc cleanup

    Chris Elion committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c8ea6c4 View commit details
    Browse the repository at this point in the history
  3. move diagram

    Chris Elion committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    350c491 View commit details
    Browse the repository at this point in the history