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

Refactored random + memory #11

Merged
merged 14 commits into from
Dec 27, 2023
Merged

Refactored random + memory #11

merged 14 commits into from
Dec 27, 2023

Commits on Dec 24, 2023

  1. Refactored deck class

    Heap allocated memory is now stack allocated
    random is used like the issue suggests
    Duzzuti committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    64e3ce8 View commit details
    Browse the repository at this point in the history
  2. Add deck shuffle unittests

    Duzzuti committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    983875e View commit details
    Browse the repository at this point in the history
  3. Adapt iterations

    Duzzuti committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    21fe2f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cacdb7b View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

Commits on Dec 26, 2023

  1. Format

    Duzzuti committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b9cc10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b4ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a93d4 View commit details
    Browse the repository at this point in the history
  4. Add data field in Game class

    Duzzuti committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0078aa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0f95d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c631ffb View commit details
    Browse the repository at this point in the history
  7. Delete all vectors

    Duzzuti committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d942ae7 View commit details
    Browse the repository at this point in the history
  8. Format

    Duzzuti committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c47a5ec View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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