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

Open
wants to merge 17 commits into
base: tdd-kskim
Choose a base branch
from

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    b6dc60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a263660 View commit details
    Browse the repository at this point in the history
  3. feat: Name 추가

    KS-KIM committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    932a06b View commit details
    Browse the repository at this point in the history
  4. feat: BettingMoney 추가

    KS-KIM committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7972852 View commit details
    Browse the repository at this point in the history
  5. feat: Card 추가

    KS-KIM committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5ada5bc View commit details
    Browse the repository at this point in the history
  6. feat: RandomCardDeck 추가

    KS-KIM committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    af73204 View commit details
    Browse the repository at this point in the history
  7. feat: Player 추가

    KS-KIM committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8fb0521 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. feat: Hand 추가

    KS-KIM committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    99cf6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba0e56 View commit details
    Browse the repository at this point in the history
  3. feat: HandState 추가

    KS-KIM committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a288891 View commit details
    Browse the repository at this point in the history
  4. feat: Dealer 추가

    KS-KIM committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    6455aca View commit details
    Browse the repository at this point in the history
  5. feat: GameResult 추가

    KS-KIM committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    cf4a75c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. refactor: ReadyState 추가 및 State 상속 구조 개편

    * NotFinishedState와 FinishedState로 구분
    * 기존에 있던 Factory 클래스는 ReadyState로 대체
    KS-KIM committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    0241827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8479b88 View commit details
    Browse the repository at this point in the history
  3. feat: Profit 계산 구현

    KS-KIM committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    83f5847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83bc73d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9549275 View commit details
    Browse the repository at this point in the history