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

Add MHT, basic strategy utilities, replay capability, and example bot #3

Merged
merged 18 commits into from
Dec 10, 2020

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    ae3e054 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. wip

    raaperrotta committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    b21e520 View commit details
    Browse the repository at this point in the history
  2. MHT bug fix

    raaperrotta committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6eb6827 View commit details
    Browse the repository at this point in the history
  3. Initial UI framework

    raaperrotta committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6c7bb06 View commit details
    Browse the repository at this point in the history
  4. wip

    raaperrotta committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1fea46a View commit details
    Browse the repository at this point in the history
  5. wip

    raaperrotta committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ac6a767 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    df6f22d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3099df View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    0bf8408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209e7f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    baaaa26 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Add redundant assertions in test for more readable output

    Some versions of pytest do this automatically but not all it seems
    raaperrotta committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5d074fa View commit details
    Browse the repository at this point in the history
  2. Use new reconchess functions, add strategy aids,

    revise_move, move_actions, and without_opponent_pieces were migrated from this repo to reconchess itself
    raaperrotta committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    c073399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa76d30 View commit details
    Browse the repository at this point in the history
  4. Add a stockfish helper

    raaperrotta committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    b737fa9 View commit details
    Browse the repository at this point in the history
  5. Add example player

    Uses minimax sensing and ranked choice voting for moves where stockfish votes once per board in the MHT object
    raaperrotta committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    59cedd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8d486e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37cf816 View commit details
    Browse the repository at this point in the history