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

scaffold support for historical state #7

Merged
merged 14 commits into from
Jul 23, 2022
Merged

scaffold support for historical state #7

merged 14 commits into from
Jul 23, 2022

Commits on Feb 11, 2022

  1. WIP: scaffold gameState and statistics types

    This is a WIP and experiemental effort to more directly
    mirror the structure of the real Wordle.
    mdb committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f2e31b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c30b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c8840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f447f67 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. store evaluations in game state

    mdb committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    95ca8ab View commit details
    Browse the repository at this point in the history
  2. displayGrid uses game state

    mdb committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a0814a2 View commit details
    Browse the repository at this point in the history
  3. clean up grid display

    mdb committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    00c5b10 View commit details
    Browse the repository at this point in the history
  4. remove un-used funcs

    mdb committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    348d5f0 View commit details
    Browse the repository at this point in the history
  5. state is part of wordle struct

    there is arguably no need for separate types
    mdb committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a15e79d View commit details
    Browse the repository at this point in the history
  6. use 'guessIndex' rather than 'rowIndex'

    'guessIndex' is a bit more descriptive
    mdb committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    44ed0ea View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. bump version

    mdb committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    acb285d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. add README improvement candidate

    mdb committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2615e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f3492 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. use go 1.18

    mdb committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    b0b4441 View commit details
    Browse the repository at this point in the history