Skip to content
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

[자동차 경주 미션] 김정우 미션 제출합니다. #2372

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    18ab7f2 View commit details
    Browse the repository at this point in the history
  2. feat: 자동차 이름을 입력 받는 메소드 추가

    자동차 이름을 입력 받아, 쉼표를 기준으로 분할한 문자열들을 asList()를
    통해 리스트로 변환
    kjungw1025 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    afce81b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc4180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    206e83f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a258173 View commit details
    Browse the repository at this point in the history
  6. feat: 경주 게임 처리 기능 구현

    camp.nextstep.edu.missionutils에서 제공하는 Randoms를 사용하여 0 ~
    9까지의 정수값을 랜덤으로 가져오고, 그 값이 4 이상인지를 boolean으로
    return
    kjungw1025 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ce96b7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    908b699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8941abd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86124f7 View commit details
    Browse the repository at this point in the history
  10. feat: Car DTO 생성

    domain에 존재하는 Car를 출력 부분에서 Car와 관련된 값들을 가져오기 위해
    DTO를 통해 전달
    kjungw1025 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    585c4cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f876c47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10e7570 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0df1eb8 View commit details
    Browse the repository at this point in the history