-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[자동차 경주] 이연호 미션 제출합니다. #1476
Open
Timothy-Y-H-Lee
wants to merge
17
commits into
woowacourse-precourse:main
Choose a base branch
from
Timothy-Y-H-Lee:Timothy-Y-H-Lee
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[자동차 경주] 이연호 미션 제출합니다. #1476
Timothy-Y-H-Lee
wants to merge
17
commits into
woowacourse-precourse:main
from
Timothy-Y-H-Lee:Timothy-Y-H-Lee
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
- .gitignore에서 Eclipse의 .metadata 폴더 및 macOS 관련 내용이 git에서 제외되도록 설정
- README.md 작성 : 미션의 내용의 작성과 초반에 구현할 기능 목록을 정리 Closes: #1
- README.md 작성 : 미션의 내용의 작성과 초반에 구현할 기능 목록을 정리 Closes: #1
.gitignore에서 중복되는 내용 제거 Closes #1
View, Controller를 이용한 단순 입력 실행
기능목록 수정
기능목록 수정
기능목록 수정
경주에 참여하는 자동차 이름을 입력 받기 자동차 레이싱 시도 회수 입력 받기
자동차 레이싱 시도 회수 입력값 검증
자동차 레이싱 시도 회수 입력값 검증
저장소를 만들어 경기에 참여하는 차량들을 보관
저장소를 만들어 경기에 참여하는 차량들을 보관
- 전진하는 조건은 0에서 9 사이에서 무작위 값을 구한 후 무작위 값이 4 이상일 경우이다. - 자동차 경주 게임을 완료한 후 누가 우승했는지를 알려준다. 우승자는 한 명 이상일 수 있다.
저장소에 있는 자동차들을 이용해서 레이싱 게임 처리
저장소에 있는 자동차들을 이용해서 레이싱 게임 처리
저장소에 있는 자동차들을 이용해서 레이싱 게임 처리
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.