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

이가연 Step3, 4 미션 제출합니다 #69

Open
wants to merge 6 commits into
base: gy102912
Choose a base branch
from

Commits on Sep 30, 2024

  1. feat: racing car

    - 랜덤으로 레이싱카를 전진 혹은 정지 시키는 기능 구현
    - 레이싱카의 이름을 받는 생성저와 getter, setter 기능 구현
    GY102912 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cfb6707 View commit details
    Browse the repository at this point in the history
  2. test: racing car

    - 레이싱카 전진 및 정지 확인
    - 레이싱카 유효하지 않은 이름 에러 발생 확인
    GY102912 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    271b314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f7cd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. feat: racing contest

    - 주어진 횟수 round만큼 각 레이싱카를 무작위로 움직여 총 이동거리를 구하는 start 메소드 구현
    - 주어진 레이싱 경기 후 총 이동 거리를 바탕으로 승자를 가리는 ranking 메소드 구현
    - 각 메소드에 대한 테스트 코드 작성
    GY102912 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a06f16a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c116c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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