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

#2 Define Start and Goal points #3

Merged
merged 8 commits into from
Oct 29, 2023
Merged

Commits on Aug 29, 2023

  1. feat(lib): game map state w/ start and goal points

    - create two types of GameMap formatter which allow creating a map w/ and w/o start and goal points using typestate pattern
    - add an option to specify what symbols to use for the start and goal points. "S" and "G" are default values
    unrenamed committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    da793d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1daecb7 View commit details
    Browse the repository at this point in the history
  3. build: upgrade Cargo.lock

    unrenamed committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c5ec669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29f3943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1183ce9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fd76d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbc2549 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

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