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

First impl #648

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

First impl #648

wants to merge 8 commits into from

Commits on Sep 20, 2023

  1. feat: Car model

    입력된 이름으로 생성 시에 길이 검사
    중복 검사를 진행합니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a1c6056 View commit details
    Browse the repository at this point in the history
  2. feat: Dice 모델

    랜덤한 값을 생성합니다.
    4 이상일 경우 전진을 진행합니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e19d4a1 View commit details
    Browse the repository at this point in the history
  3. feat: racingMain

    게임을 시작하는 main 함수입니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    014e31a View commit details
    Browse the repository at this point in the history
  4. feat: GameController

    초기 값들을 설정합니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9d24629 View commit details
    Browse the repository at this point in the history
  5. feat: 자동차 이름 요청

    자동차 이름을 요청하고 입력받습니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    73d3a83 View commit details
    Browse the repository at this point in the history
  6. feat: 시도 횟수 요청

    시도 횟수를 요청하고 입력받습니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2475492 View commit details
    Browse the repository at this point in the history
  7. feat: 경주 구현

    주사위 값을 이용해 값 검증을 진행하고, 전진합니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    006c8d5 View commit details
    Browse the repository at this point in the history
  8. feat: 우승 출력

    Car의 count 를 종합해 우승자를 출력합니다.
    hyunw9 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    90d8ca4 View commit details
    Browse the repository at this point in the history