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

[1단계 - 블랙잭 게임 실행] 카피(김상혁) 미션 제출합니다 #672

Merged
merged 38 commits into from
Mar 9, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    ff3d7d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b5ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba2c2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f52e241 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41059df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a06e19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bba342 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1580bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac8a9e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f56183 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat(Score) : 점수 도메인 생성

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    239251b View commit details
    Browse the repository at this point in the history
  2. refactor(Cards) : Cards가 Participant를 관리하도록 변경

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    94c7fdc View commit details
    Browse the repository at this point in the history
  3. refactor(Cards) : 카드 뽑는 기능을 Cards로 이동

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e7bec55 View commit details
    Browse the repository at this point in the history
  4. feat(Rule) : 카드의 승무패를 결정하는 기능 구현

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e470ecb View commit details
    Browse the repository at this point in the history
  5. feat(Game) : 게임의 승패를 반영

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b9e2651 View commit details
    Browse the repository at this point in the history
  6. feat(InputView) : 이름 입력 받기

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dc0d069 View commit details
    Browse the repository at this point in the history
  7. feat(InputView) : 카드를 더 받을지 입력받기

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e1c68e1 View commit details
    Browse the repository at this point in the history
  8. feat(OutputView) : 지급받은 카드 출력

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6fe657c View commit details
    Browse the repository at this point in the history
  9. feat(OutputView) : 플레이어 카드 출력

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    49a0af3 View commit details
    Browse the repository at this point in the history
  10. feat(OutputView) : 카드와 결과값 출력

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2066ef3 View commit details
    Browse the repository at this point in the history
  11. feat(ScoreBoard) : 점수 업데이트 및 조회

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6dfe26f View commit details
    Browse the repository at this point in the history
  12. feat(OutputView) : 최종 승패 출력

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4017de0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. refactor(Drawable) : canDraw 인터페이스로 분리

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cd9f202 View commit details
    Browse the repository at this point in the history
  2. feat(Deck) : 카드 덱에서 뽑기

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e9306a0 View commit details
    Browse the repository at this point in the history
  3. refactor(Participant) : 사용하지 않는 클래스 삭제

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7f38e14 View commit details
    Browse the repository at this point in the history
  4. refactor(ALL) : 패키지 구조 변경

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ef63e8c View commit details
    Browse the repository at this point in the history
  5. feat(Deck) : 게임 시작 시 덱에서 두 장 뽑기

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5b5cfde View commit details
    Browse the repository at this point in the history
  6. fix(Deck) : 덱 생성 범위 수정

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c9dbc95 View commit details
    Browse the repository at this point in the history
  7. refactor(Cards) : 카드 받는 메서드 수정

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0603114 View commit details
    Browse the repository at this point in the history
  8. feat(OutputView) : 딜러 카드 뽑는 여부 출력

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    01e5c7c View commit details
    Browse the repository at this point in the history
  9. fix(RandomDrawStrategy) : 카드 뽑기 범위 수정

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    66cab13 View commit details
    Browse the repository at this point in the history
  10. feat(Cards) : 최적합 구하기

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    434f404 View commit details
    Browse the repository at this point in the history
  11. refactor(Rule) : ScoreBoard Rule에서 관리

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    05fde2d View commit details
    Browse the repository at this point in the history
  12. refactor(View) : 출력 정리

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5759738 View commit details
    Browse the repository at this point in the history
  13. feat(Casino) : 뷰 및 도메인 호출

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0b4defe View commit details
    Browse the repository at this point in the history
  14. feat(BlackjackApplication) : 블랙잭 게임 시작

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    86d316b View commit details
    Browse the repository at this point in the history
  15. refactor(Score) : 중복 코드 제거

    Co-authored-by: tkdgur0906 <tkdgur0906@naver.com>
    ay-eonii and tkdgur0906 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3155177 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3116afa View commit details
    Browse the repository at this point in the history