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.
README에 구현할 기능 목록을 작성
컴퓨터가 1에서 9까지 서로 다른 임의의 3자리의 난수를 생성하는 기능 추가
사용자는 컴퓨터가 생각하고 있는 3자리의 수를 입력하는 기능 추가
입력값이 잘못된 경우를 예외 처리하는 기능 추가
입력된 수와 컴퓨터가 생성한 난수를 비교하는 기능 추가
비교한 결과를 출력하는 기능 추가
3스트라이크인 경우 게임 종료를 알리고, 게임 재시작 여부를 묻고 입력하는 기능 추가
사용자가 잘못된 값을 입력한 경우
IllegalArgumentException
을 발생시키고 애플리케이션을 종료하는 기능 추가게임 시작 후 사용자 입력에 대한 테스트케이스 추가