Skip to content

Refactor to use a Player class #1

Description

@kbuffardi

Currently, player names and scores are held in separate variables (parallel vectors). Instead, we want to encapsulate player data (their name and score) within a dedicated Player class so we can have a vector of Players rather than two vectors of names and scores.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions