-
Notifications
You must be signed in to change notification settings - Fork 441
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
[자동차 경주 게임] 이다은 미션 제출합니다. #260
Closed
Closed
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
- 구현할 기능 목록 추가
- 확인할 프로그래밍 목록 추가
- [프로그램] 0~9 사이에서 random 값을 구하는 기능 구현
- [사용자] 자동차에 이름을 부여하는 기능 구현
- [사용자] 몇 번의 이동을 할 것인지, 시도할 횟수를 입력하는 기능 구현
- [사용자] 자동차에 이름을 부여하는 기능 수정 - 자동차 이름이 중복되는 경우 예외 처리
- [사용자] 몇 번의 이동을 할 것인지, 시도할 횟수를 입력하는 기능 수정 - 시도할 횟수에 음수가 입력되는 경우 예외 처리
- 상수 관리를 위한 enum 추가
- [프로그램] 자동차가 random >= 4일 경우 전진하는 기능 구현 - [프로그램] 자동차가 random <= 3일 경우 멈추는 기능 구현
- [프로그램] 자동차가 random >= 4일 경우 전진하는 기능 반환값 수정 - [프로그램] 자동차가 random <= 3일 경우 멈추는 기능 반환값 수정
- [자동차] 주어진 횟수만큼 게임이 진행되는 기능 구현
- [자동차] 실행 결과를 나타낼 때 자동차 이름을 같이 출력하는 기능 구현
- [게임 완료] 누가 우승했는지 알려주는 기능 구현
- 확인할 프로그래밍 목록 수정
- [게임 완료] 누가 우승했는지 알려주는 기능 구현 - 모든 자동차가 출발 지점에 있는 경우 예외 처리
- 진행 요구사항에 따른 README.md 경로 수정
- for 문을 forEach 문으로 수정
- 함수가 한 가지 일만 하도록 최대한 작게 만들기 위한 함수 분리
- 상수 관리를 위한 enum 추가
- 상수 관리를 위한 enum 추가
- 함수 분리 - 클래스 분리
- 불필요한 공백 라인 삭제
- 확인할 프로그래밍 목록 체크
- 완성된 디렉토리 구조 추가
- 확인할 프로그래밍 목록 수정
- 완성된 디렉토리 구조 수정
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.
안녕하세요,
우아한테크코스 웹 백엔드 3기 프리코스 참가자 이다은입니다.
자동차 경주 게임
미션 제출합니다.오늘도 좋은 하루 되세요!
감사합니다.