-
Notifications
You must be signed in to change notification settings - Fork 11
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
[자동차 경주 step1] 양두영 미션 제출합니다. #19
Open
Due-IT
wants to merge
32
commits into
wowap-course:FhRh
Choose a base branch
from
Due-IT:step1
base: FhRh
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
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
643b604
feat : readme 작성
Due-IT 1c60e62
feat : 게임 흐름 코드 추가
Due-IT 76ee82c
feat : 게임 준비 컨트롤러 코드 작성
Due-IT 1332d36
feat : 게임 준비 안내문구 출력 코드 작성
Due-IT 480295e
feat : 게임 준비 입력기 코드 작성
Due-IT c6b78b0
feat : Cars객체 생성
Due-IT ed68363
test : 자동차 이름을 입력받아 쉼표 기준으로 구분한다
Due-IT 540ba0c
fix : 한글 메서드 역따옴표 사용 및 출력테스트는 삭제
Due-IT 4a8fa93
test : 라운드 입력과 예외처리에 대한 테스트 코드 작성
Due-IT 0aae47d
docs : readme에 수행한 작업을 체크
Due-IT 7322a9a
test : 자동차 객체 집합 생성 테스트 코드 작성
Due-IT 469efd7
feat : 자동차 집합 생성 코드 작성
Due-IT e76d519
test : 자동차의 위치를 출력한다.
Due-IT 128c5b2
feat : 이동 및 위치 출력 코드 작성
Due-IT 1886873
test : 주사위를 굴려 한자리 정수를 반환한다
Due-IT c39982d
feat : 주사위를 굴려 1~9사이의 정수를 반환한다
Due-IT fbe849d
test : 특정 위치의 자동차를 한 칸 움직인다
Due-IT 6da8a3d
feat : 테스트 코드 통과 완료
Due-IT 21b64a2
feat : cars에 속한 car들의 위치 출력
Due-IT a8747eb
fix : Cars를 일급 컬렉션 정의 규칙에 맞게 수정
Due-IT b3dcfca
feat&test : 우승한 차들의 이름을 출력한다.
Due-IT 73495d0
fix : 오로지 생성자만을 사용한 Cars객체 생성 및 전체적인 기능 작성 완료
Due-IT ca514d0
docs : 작업한 내용 readme 적용
Due-IT 30bb064
refactor : mvc패턴을 고려하여 리팩토링
Due-IT 0bdeb43
refactor : GameInputer 위치 변경
Due-IT a0631cf
feat : 입력값 검증 기능 추가
Due-IT 77fff6b
docs : README 수정
Due-IT 7c200d5
refactor : cars는 우승에 대한 개념과 출력에 대해 모른다.
Due-IT 075ae77
refactor : 우승자는 컨트롤러가 결정한다.
Due-IT ea21bb6
fix : position은 외부에서 변경할 수 없다.
Due-IT 5157d6a
refactor : require를 통해 입력값을 검사한다.
Due-IT be3bcb1
refactor : 중복검사 최적화
Due-IT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private set 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍