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

Making it easier to test alternate grid configurations + 5x5px tile set #25

Merged
merged 18 commits into from
Jun 6, 2023

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    f1246bf View commit details
    Browse the repository at this point in the history
  2. Make marker_size calculated off the cell_spacing

    (for now?)
    sz3 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e2c3bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba544e View commit details
    Browse the repository at this point in the history
  4. Oddly enough, this works

    Though only for 4 bit. So I'll have to shake the sizes of things a bit
    to get 8-color working, if it goes that far.
    sz3 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    c79a738 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Make marker size required...

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

Commits on Aug 9, 2022

  1. Params for "real" 5x5

    Decoding doesn't work yet, though
    sz3 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f2cc5a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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

Commits on Oct 26, 2022

  1. Update grader to be more flexible

    sz3 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6857504 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Perhaps a 6x6?

    sz3 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    dafd0be View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. oops

    sz3 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    23def32 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Back to 5x5

    sz3 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f26f6e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. More interesting -- 5x6 grid...?

    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    2eaf03e View commit details
    Browse the repository at this point in the history
  2. Extend non-square tiles to the decode?

    It doesn't work yet though...
    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    2854407 View commit details
    Browse the repository at this point in the history
  3. Plausible 5x6 arrangement?

    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    6bb3ec8 View commit details
    Browse the repository at this point in the history
  4. This also works 🤔

    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    aa3a636 View commit details
    Browse the repository at this point in the history
  5. Add 5x5 tile set, and allow configurations to be selectable

    Also, switch 8x8 back to the default.
    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4a93e73 View commit details
    Browse the repository at this point in the history
  6. oops (fix up some imports)

    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    6cce20f View commit details
    Browse the repository at this point in the history
  7. py3.6 is no more

    sz3 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    2c4dd82 View commit details
    Browse the repository at this point in the history