-
Notifications
You must be signed in to change notification settings - Fork 0
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단계 - 블랙잭 게임 실행] 재즈(함석명) 미션 제출합니다. #4
base: main
Are you sure you want to change the base?
[1단계 - 블랙잭 게임 실행] 재즈(함석명) 미션 제출합니다. #4
Commits on Mar 5, 2024
-
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc6c638 - Browse repository at this point
Copy the full SHA cc6c638View commit details -
feat: 카드 문양과 숫자에 대한 Enum 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c89c6f - Browse repository at this point
Copy the full SHA 9c89c6fView commit details -
feat(Deck): 모든 카드를 가지는 Deck 클래스 및 테스트 구현
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7011cb - Browse repository at this point
Copy the full SHA b7011cbView commit details
Commits on Mar 6, 2024
-
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ab946f - Browse repository at this point
Copy the full SHA 1ab946fView commit details -
feat(BlackJackGamer): 딜러와 플레이어의 공통 추상 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54db712 - Browse repository at this point
Copy the full SHA 54db712View commit details -
feat(Dealer): BlackJackGamer를 상속받는 딜러 클래스 생성과 메서드 재정의
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1432f2d - Browse repository at this point
Copy the full SHA 1432f2dView commit details -
feat(Player): BlackJackGamer를 상속받는 플레이어 클래스 생성과 메서드 재정의
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56af966 - Browse repository at this point
Copy the full SHA 56af966View commit details -
feat(Name): 문자열 이름을 포장하는 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af51dfa - Browse repository at this point
Copy the full SHA af51dfaView commit details -
feat(Players): Player의 일급 컬렉션 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59f51bc - Browse repository at this point
Copy the full SHA 59f51bcView commit details -
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e75ea3b - Browse repository at this point
Copy the full SHA e75ea3bView commit details -
test(NameTest): 정상 입력에 대한 테스트 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 939882c - Browse repository at this point
Copy the full SHA 939882cView commit details -
test(PlayersTest): 정상 입력에 대한 테스트 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f050926 - Browse repository at this point
Copy the full SHA f050926View commit details
Commits on Mar 7, 2024
-
feat(Player): 딜러의 점수를 입력받아 플레이어의 승패 여부를 결정하는 기능 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b0e50d - Browse repository at this point
Copy the full SHA 9b0e50dView commit details -
feat(Hand): 참여자의 카드 리스트에 대한 일급 컬렉션 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae70681 - Browse repository at this point
Copy the full SHA ae70681View commit details -
refactor(BlackjackGamer): Hand를 사용하도록 수정
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6afbdc - Browse repository at this point
Copy the full SHA f6afbdcView commit details -
refactor(Dealer, Player): 생성자 및 메서드 수정
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d1b095 - Browse repository at this point
Copy the full SHA 8d1b095View commit details -
feat(GameResult): 승,패를 표현하는 Enum 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69e7124 - Browse repository at this point
Copy the full SHA 69e7124View commit details -
feat: DTO 생성 및 각 도메인에 DTO 생성 로직 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a9df2a - Browse repository at this point
Copy the full SHA 1a9df2aView commit details -
refactor(Hand): 카드 숫자의 합계를 구하는 메서드 세분화 및 상수 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d74858c - Browse repository at this point
Copy the full SHA d74858cView commit details -
style(Dealer): 상수 추가 및 dto 생성 메서드명 수정
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fd5c3d - Browse repository at this point
Copy the full SHA 9fd5c3dView commit details -
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0351cf - Browse repository at this point
Copy the full SHA e0351cfView commit details -
feat(Players): 전체 플레이어의 패를 초기화 하는 기능 및 dto 생성 기능 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da6b980 - Browse repository at this point
Copy the full SHA da6b980View commit details -
feat(GameResult): 패배인지 확인하는 기능 및 getter 추가
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f1ef7b - Browse repository at this point
Copy the full SHA 6f1ef7bView commit details -
feat(InputView): 입력을 받아들이는 InputView 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23a4321 - Browse repository at this point
Copy the full SHA 23a4321View commit details -
feat(OutputView): 출력을 담당하는 OutputView 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38f9367 - Browse repository at this point
Copy the full SHA 38f9367View commit details -
feat(BlackjackController): 블랙잭 게임 흐름을 제어하는 컨트롤러 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3443d3 - Browse repository at this point
Copy the full SHA c3443d3View commit details -
style: 출력 요구사항에 맞춰 빈 줄 출력 포맷 수정
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74bbc4c - Browse repository at this point
Copy the full SHA 74bbc4cView commit details -
feat(Application): 컨트롤러를 생성하고 호출하여 게임을 시작하는 클래스 생성
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8250c40 - Browse repository at this point
Copy the full SHA 8250c40View commit details
Commits on Mar 8, 2024
-
Co-authored-by: seokmyungham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b7ead1 - Browse repository at this point
Copy the full SHA 1b7ead1View commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 094a0bf - Browse repository at this point
Copy the full SHA 094a0bfView commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9397927 - Browse repository at this point
Copy the full SHA 9397927View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12715f4 - Browse repository at this point
Copy the full SHA 12715f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1375923 - Browse repository at this point
Copy the full SHA 1375923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16372e1 - Browse repository at this point
Copy the full SHA 16372e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c8c4b - Browse repository at this point
Copy the full SHA 93c8c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff95cb - Browse repository at this point
Copy the full SHA 1ff95cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec048b0 - Browse repository at this point
Copy the full SHA ec048b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6659db2 - Browse repository at this point
Copy the full SHA 6659db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f146b6 - Browse repository at this point
Copy the full SHA 8f146b6View commit details