[racingcar]#507
Open
swonny wants to merge 14 commits intowoowacourse:mainfrom
Open
Conversation
1. 게임 초기 세팅 구현: 게임이 시작되면 게임 클래스의 인스턴스가 생성되고, 게임 진행을 위한 정보가 초기화된다. 2. 게임이 초기화되면 자동으로 Game 시작: 인스턴스 생성과 동시에 시작되어야 하므로 초기화 블럭에서 playGame() 메서드를 호출한다. 3. 사용자가 입력한 횟수만큼 Game 반복: - 한 게임이 진행될 때마다 난수를 생성하고, 조건에 맞게 앞으로 이동시킨다. - 한 게임이 진행될 때마다 진행 상황을 출력한다. 4. 게임이 종료되면 최종 우승자 출력
- position을 옮기는 함수 구현 - private 변수 접근을 위한 getter 함수 구현
기능1 사용자 입력값 받기 구현
기존에 최종 우승자에 모든 자동차 이름이 추가되는 오류가 있어서 수정하였다.
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.