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

[2단계 - 자동차 경주] 이든(최승준) 미션 제출합니다. #815

Merged
merged 9 commits into from
Feb 19, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    f3a38da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060cb1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa1a91c View commit details
    Browse the repository at this point in the history
  4. refactor: Accelerator 객체에 대해 전략패턴 적용

    - RandomMove 전략, NoneMove 전략, Move 전략으로 분리
    - 전략패턴 적용을 통해 테스트 만을 위해 캡슐화가 깨져있던 moveForward 메서드의 캡슐화
    PgmJun committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a6fcfa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    60a3dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12649f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66741c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01be181 View commit details
    Browse the repository at this point in the history
  5. refactor: 코드 라인 정리

    PgmJun committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a9f5c13 View commit details
    Browse the repository at this point in the history