-
Notifications
You must be signed in to change notification settings - Fork 117
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
[자동차 경주] 강예인 미션 제출합니다. #96
base: main
Are you sure you want to change the base?
[자동차 경주] 강예인 미션 제출합니다. #96
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ef8220 - Browse repository at this point
Copy the full SHA 8ef8220View commit details -
feat(Car.kt): 이름과 위치를 다루는 자동차 model 구현
자동차 이름의 길이와 자동차 이름의 공백도 검사한다.
Configuration menu - View commit details
-
Copy full SHA for da0f00c - Browse repository at this point
Copy the full SHA da0f00cView commit details -
feat(RacingCar.kt): 자동차를 움직일 수 있는지 확인하여 움직이는 기능, 우승자를 찾는 기능 구현
자동차를 움직일 수 있는지 함수로 확인해서 가능할때만 전진한다. 우승자를 찾을 때는 자동차들의 전진한 횟수 중 가장 큰 값을 찾는다.
Configuration menu - View commit details
-
Copy full SHA for 5e9f929 - Browse repository at this point
Copy the full SHA 5e9f929View commit details -
feat(RacingCarView.kt): 입력 기능 및 출력 기능 구현
자동차 이름, 시도 횟수를 입력 받는 기능 racingCar 과정을 출력하는 기능 우승자를 출력하는 기능 interface와 구현체로 구현
Configuration menu - View commit details
-
Copy full SHA for 5dd9ffe - Browse repository at this point
Copy the full SHA 5dd9ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4d5d1 - Browse repository at this point
Copy the full SHA 2e4d5d1View commit details -
feat(RacingCarPresenter.kt): 자동차 이름과 시도횟수를 받아 처리하는 Presenter 추가
자동차들의 중복과 시도횟수를 검사 검사 후 자동차 경주를 시도횟수만큼 진행 우승자를 구하고 우승자를 출력
Configuration menu - View commit details
-
Copy full SHA for e0e8465 - Browse repository at this point
Copy the full SHA e0e8465View commit details -
feat(Application.kt): 프로그램 시작점 구현
view를 통해 입력 받기 presenter를 통해 레이싱 프로그램을 진행
Configuration menu - View commit details
-
Copy full SHA for 42c7a2a - Browse repository at this point
Copy the full SHA 42c7a2aView commit details -
refactor(Car.kt): Car 데이터와 동작에 집중할 수 있도록 수정
preseneter에 검증을 넘기도록 수정
Configuration menu - View commit details
-
Copy full SHA for 7ebdbd7 - Browse repository at this point
Copy the full SHA 7ebdbd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12bf3a6 - Browse repository at this point
Copy the full SHA 12bf3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dacc8c - Browse repository at this point
Copy the full SHA 2dacc8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e62086 - Browse repository at this point
Copy the full SHA 6e62086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6955fd9 - Browse repository at this point
Copy the full SHA 6955fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862f7be - Browse repository at this point
Copy the full SHA 862f7beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3cb28 - Browse repository at this point
Copy the full SHA 2a3cb28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e1999 - Browse repository at this point
Copy the full SHA 84e1999View commit details