<docs>: 기능 구현 목록 README.md 작성#2822
Open
CheChe903 wants to merge 9 commits intowoowacourse-precourse:mainfrom
Open
<docs>: 기능 구현 목록 README.md 작성#2822CheChe903 wants to merge 9 commits intowoowacourse-precourse:mainfrom
CheChe903 wants to merge 9 commits intowoowacourse-precourse:mainfrom
Conversation
해당 메서드에서, 초기에 isStartGame은 true로 구성된다. (초기에는 게임을 바로 시작) 이후, 사용자의 선택을 받는 checkStart()함수를 통해 게임을 종료할 지, 계속 진행할 지 결정후, 게임을 다시 시작하거나 종료한다.
해당 메서드는 사용자의 입력을 받아, 1이면 true, 2는 false로 각각 게임 재진행 및 종료를 담당하게 된다.
해당 메서드는 eventType에 따라 두 가지 경우의 수가 존재. 상황에 따라 예외 처리를 구현
…() 메서드 구현 볼의 타입을 ENUM 클래스로 구현 및 해당에 맞는 상황일 경우 그것에 맞는 ENUM 타입 반환
ENUM 값에 따른 값 구한 후, 상황에 맞게 진행
기존에 숫자의 인덱스 위치와 파라미터로 보내지는 index 위치가 달라 실패
This file contains hidden or 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
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.