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차 미션 코드리뷰 요청합니다. #68

Merged
merged 62 commits into from
Mar 23, 2020

Commits on Mar 12, 2020

  1. Merge pull request #1 from hwangbo/smallbear

    첫주차 페어 종료를 위한 PR
    KimGyeong committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    737a007 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    fb1134a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac72b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a01e00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9b28e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f3353e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a62173 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    4b9e0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9df56b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd5f140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67c3553 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff89f04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a51669d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce3323b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    e6a4390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e379188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31a7a20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35a684 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    761d852 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    06d6709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378d944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1774439 View commit details
    Browse the repository at this point in the history
  4. refactor: GameResult 클래스 생성자 변경

    hwangbo committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    87ce4e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c53a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. refactor: Player의 버스트를 체크하는 checkBurstPlayer 로직을 GameResult에서 Player …

    …클래스의 checkResultType으로 이동
    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    2ddcdd9 View commit details
    Browse the repository at this point in the history
  2. docs: README.md 업데이트

    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    09b266c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05b866 View commit details
    Browse the repository at this point in the history
  4. feat: PlayerNames 클래스 구현

    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    52a191a View commit details
    Browse the repository at this point in the history
  5. feat: 베팅금액을 입력받는 기능 구현

    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    a8434a7 View commit details
    Browse the repository at this point in the history
  6. feat: 블랙잭 판단 기능 구현

    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e80ee49 View commit details
    Browse the repository at this point in the history
  7. feat: ResultType에 BLACKJACK 추가

    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    fa1af1c View commit details
    Browse the repository at this point in the history
  8. feat: 수익을 계산하는 Profits 구현

    hwangbo committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    679b472 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    5fec37e View commit details
    Browse the repository at this point in the history
  2. refactor: Money 클래스를 ProfitMoney, BettingMoney로 분리, GameResult 내에 있는 …

    …Profits 멤버 변수 제거
    hwangbo committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a9174a0 View commit details
    Browse the repository at this point in the history
  3. feat: ProfitsFactory 클래스 생성

    hwangbo committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c250174 View commit details
    Browse the repository at this point in the history
  4. feat: GameResultFactory 클래스 생성

    hwangbo committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8464e51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9288302 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from hwangbo/secondweek

    두번째 페어 종료를 위한 PR
    jnsorn committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f231b21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4113549 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2952c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    751be32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd9d071 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    507d2b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fde7083 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    572ea17 View commit details
    Browse the repository at this point in the history
  14. refactor : Controller 수정

    jnsorn committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    67deeb3 View commit details
    Browse the repository at this point in the history
  15. merge branch

    jnsorn committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    66a34c9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bdb9d5a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    50a5155 View commit details
    Browse the repository at this point in the history
  18. test : 테스트 추가 구현

    jnsorn committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    01d8d12 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    28673e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4d3f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    978f9ad View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    1780df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b3878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d8b1dd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    68892eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ccbd34 View commit details
    Browse the repository at this point in the history
  3. refactor : GameFactory 제거

    jnsorn committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    4da2e11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6041b0 View commit details
    Browse the repository at this point in the history
  5. fix : GameResultTest 수정

    jnsorn committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    4047b9a View commit details
    Browse the repository at this point in the history
  6. test : DealerTest 추가

    jnsorn committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    dd5f8fa View commit details
    Browse the repository at this point in the history