forked from bark20/java-bridge
-
Notifications
You must be signed in to change notification settings - Fork 3
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) #8
Open
ohksj77
wants to merge
37
commits into
C-B-U:main
Choose a base branch
from
ohksj77:v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
README 내용 추가 - 기능 목록
클래스 추가 - ComponentFactory - BridgeGameManager
클래스 추가 - InputValidator - InputManager
기능 추가 - 게임 시작 메시지 출력 - enum GameMessage 추가
리드미 내용 추가 - 구현 클래스 내용 추가 - 구현 열거형 내용 추가
기능 추가 - 다리 길이 입력 요청 메시지 출력 - BridgeGameManager 메서드 명 수정
열거형 추가 - RetryCommand - MoveResult - BridgeType
기능 추가 - 출력문 GameMessage에 추가 - 출력 기능 추가
열거형 추가 - ErrorMessage
리팩토링 - InputValidator 주입 위치 수정
기능 추가 - 다리 사이즈 입력
열거형 추가 - MoveCommand
기능 추가 - 움직일 방향 입력
리팩토링 - InputManager를 InputProvider로 수정 - 잘못된 입력시 재시도 가능하도록 수정
클래스 추가 - TryCount
열거형 추가 - ResultStatus
클래스 추가 - GameResult
클래스 추가 - ResultManager
클래스 추가 - Bridge
기능 추가 - 다리 생성
기능 추가 - 랜덤 생성 숫자를 U 혹은 D로 매핑하는 메서드
기능 추가 - 팩토리 메서드
열거형 상수 추가 - 에러 메시지
클래스 추가 - BridgeStorage
열거형 추가 적용 - BridgeSize
리팩토링 - 열거형 합치는 작업
기능 추가 - 사용자 시도 입력 기능 - 결과 계산 기능
기능 추가 - map 출력 기능
기능 추가 - 재시도 입력 - 재시도 기능
기능 추가 - 잘못된 값 입력시 재입력 에러 메시지 출력
기능 추가 - 결과 출력 및 시도 횟수 출력
리팩토링 - BridgeGame service 패키지로 이동
문서 작성 - 리드미 내용 추가
리팩토링 - 공통 로직 메서드로 추가
리팩토링 - final 추가
테스트 - 유닛 테스트
테스트 추가 - 재시도 테스트
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.