-
Notifications
You must be signed in to change notification settings - Fork 138
[충남대 BE_이동현] 미션 제출합니다 #124
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
Open
Thornappl2
wants to merge
22
commits into
next-step:main
Choose a base branch
from
Thornappl2:main
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
Conversation
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
기능 목록 추가
- 자동차가 전진하는 기능인 move 함수 구현 - 0에서 9사이의 랜덤 값 생성하는 randomNum 추가
Feat: 자동차 전진 기능 추가
- 레이스를 관리하며 자동차 객체를 포함하고 레이스의 진행을 제어하는 클래스 생성
Feat: Race 클래스 생성
- 사용자에게 입력을 받는 InputView 작성
- 디렉토리 변경
- 디렉토리 변경
- 사용자에게 결과를 출력해주는 OutputView 클래스 작성 - printRace, printWinners 함수 추가
- 사용자의 입력을 받아 모델을 업데이트하고, 결과를 뷰에 전달하는 RaceController 클래스 작성 - 기능 미구현
- main 문이 있는 Application 클래스 작성
- getWinners 함수 추가 - race 함수 추가 - race 생성자 변경
- move 함수 수정
- run 함수 기능 구현 - 사용자에게 레이스 과정과 최종 우승자 출력 기능
- canMove 함수 추가, 기능 분리 - random 로직 수정
- 1자 이상 5자 이하로 입력받도록 설정
- 사용하지 않는 변수 및 함수 삭제
- Car 클래스에 대한 junit 단위 테스트를 진행하는 CarTest.java 구현
- Race 클래스에 대한 junit 단위 테스트를 진행하는 RaceTest.java 구현
- 빈칸 및 실행 결과를 출력하는 printOutput 함수 추가
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.