Skip to content
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

[racingcar] #507

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

[racingcar] #507

wants to merge 14 commits into from

Conversation

swonny
Copy link

@swonny swonny commented Oct 13, 2022

No description provided.

1. 게임 초기 세팅 구현:
게임이 시작되면 게임 클래스의 인스턴스가 생성되고, 게임 진행을 위한 정보가 초기화된다.

2. 게임이 초기화되면 자동으로 Game 시작:
인스턴스 생성과 동시에 시작되어야 하므로 초기화 블럭에서 playGame() 메서드를 호출한다.

3. 사용자가 입력한 횟수만큼 Game 반복:
- 한 게임이 진행될 때마다 난수를 생성하고, 조건에 맞게 앞으로 이동시킨다.
- 한 게임이 진행될 때마다 진행 상황을 출력한다.

4. 게임이 종료되면 최종 우승자 출력
- position을 옮기는 함수 구현

- private 변수 접근을 위한 getter 함수 구현
기능1 사용자 입력값 받기 구현
기존에 최종 우승자에 모든 자동차 이름이 추가되는 오류가 있어서 수정하였다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant