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

[로또] 최윤정 미션 제출합니다. #163

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

Commits on Nov 6, 2023

  1. [docs] 기능명세 추가

    cbj0010 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    73ca874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c2b32 View commit details
    Browse the repository at this point in the history
  3. [Feat] 1~45개 사이의 6개의 숫자를 생성한다.

    interface로 랜덤 숫자 생성 주입
    cbj0010 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fe34565 View commit details
    Browse the repository at this point in the history
  4. [docs] 기능명세 수정

    cbj0010 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3960686 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. [docs] 로또 판매 아주머니 check

    로또 공장에서 고객이 요구한 로또만큼 가져와서 준다.
    cbj0010 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9455d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d800a7d View commit details
    Browse the repository at this point in the history
  3. [Feat/Docs] 로또 판매 아주머니 check

    로또 수량을 체크하고 구입 금액의 조건을 처리함
    cbj0010 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f7f0de5 View commit details
    Browse the repository at this point in the history
  4. [Feat] 제대로 된 로또 한장 만들기

    로또에 중복이 있을 경우와 중복이 없는 경우 오름차순으로 정리 된 제대로 된 예쁜 로또를 만들 수 있다.
    cbj0010 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    419add9 View commit details
    Browse the repository at this point in the history
  5. [docs] 제대로 된 로또를 만드는 조건 check

    로또에 중복이 있을 경우와 중복이 없는 경우 오름차순으로 정리 된 제대로 된 예쁜 로또를 만들 수 있다.
    cbj0010 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    427df81 View commit details
    Browse the repository at this point in the history
  6. [Feat] 로또 아주머니가 원하는 로또만큼 제공해줌

    로또에 중복이 있을 경우와 중복이 없는 경우 오름차순으로 정리 된 제대로 된 예쁜 로또를 만들 수 있다.
    cbj0010 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7ed8154 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e98a048 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    743c79a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a08cadc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. [Feat] 로또 생성 조건 체크

    당첨번호가 6개 일때, 중복숫자가 없을 때, 로또번호 오름차순 정렬, 조건을 지키지 못했을 때 다시 입력받을 수 있도록
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1cf4da0 View commit details
    Browse the repository at this point in the history
  2. [Feat/docs] 로또 생성 조건 체크

    1~45 사이의 숫자
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a0957ed View commit details
    Browse the repository at this point in the history
  3. [Feat/docs] 보너스 생성 조건 체크

    1~45 사이의 숫자, 중복체크
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    dda081b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fa4a4f View commit details
    Browse the repository at this point in the history
  5. [docs] 기능명세 체크

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e84a2f5 View commit details
    Browse the repository at this point in the history
  6. [Feat] 로또 금액 입력받기

    제대로 입력하지 않았을 경우 예외처리
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3f077a5 View commit details
    Browse the repository at this point in the history
  7. [Feat] 보너스 값 출력

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    10f87f4 View commit details
    Browse the repository at this point in the history
  8. [Feat] 로또의 당첨 수를 알 수 있게 생성

    enum class 이용
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2dc93af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    039a4e1 View commit details
    Browse the repository at this point in the history
  10. [Refactor] 변수명 수정

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6bd095f View commit details
    Browse the repository at this point in the history
  11. [Feat] 로또 리스트와 사용자가 입력한 값 비교 몇등인지 카운트

    만들어낸 로또랑 사용자가 입력한 로또랑 비교해서 몇개가 맞았는지 기록하는 함수 생성
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    12ab40f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6454668 View commit details
    Browse the repository at this point in the history
  13. [Feat] 출력문 보여주는 view 분리

    출력 문구 class로 모아두기
    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3ac315d View commit details
    Browse the repository at this point in the history
  14. [Feat] 수익률 계산

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d6f5faa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6543ea8 View commit details
    Browse the repository at this point in the history
  16. [Feat/docs] 수익률 계산

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    906af98 View commit details
    Browse the repository at this point in the history
  17. [Feat] 출력함수 생성

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f7dc8a8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7d851d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3eb20bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ce80548 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5aed29f View commit details
    Browse the repository at this point in the history
  22. [Refactor] 문구 수정

    cbj0010 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f6ddf84 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f43cb36 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    930f327 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c6b6e3d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    109b613 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d3b7666 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a5e9ae4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0bc53ec View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    38dc93a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f65db78 View commit details
    Browse the repository at this point in the history