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

[연습] 자동차 경주 #514

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

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    3732b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f0da6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c74ffb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3b17d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5402740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c37b2f View commit details
    Browse the repository at this point in the history
  7. docs: 구현 기능 목록 수정

    자동차 이름을 부여하는 부분은 자동차쪽으로 수정
    This2sho committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a50d563 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a38d016 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06d72a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61b8daf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16af14f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    970064c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9be6d0 View commit details
    Browse the repository at this point in the history
  14. docs: 이동횟수 예외처리 부분 수정

    0보다 작으면 -> 0 이하면
    This2sho committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d35210d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0fd5c5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    389d30f View commit details
    Browse the repository at this point in the history
  17. refactor(Car): 상수명 변경

    MIN_FUEL -> MIN_MOVE_FUEL
    최소 연료 = MIN_FUEL
    This2sho committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    15427cd View commit details
    Browse the repository at this point in the history
  18. refactor(CarGameTest): 테스트명 변경

    CarGameTest -> 이동횟수_등록_실패_테스트
    This2sho committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    475188d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7f14435 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    780dc00 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2eb4395 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6854d10 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    391b802 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a36a3f5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7548e0f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    40e9197 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0d8b21e View commit details
    Browse the repository at this point in the history
  28. refactor(CarGame): 자동차 경주 시작 로직 변경

    레이스를 이동횟수 만큼 실행 -> 레이스를 1회만 실행하고 이동횟수를 차감하도록
    This2sho committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8eb4a81 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9cb01d1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b7c46fa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9ae3034 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    694ec26 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    82bdc23 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    03a3227 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4696e37 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a61b1a5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dfd9714 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b8fb51b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a0eda97 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5e3d7d3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bc56861 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    2cff2fa View commit details
    Browse the repository at this point in the history