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 볼링점수판 #992

Open
wants to merge 41 commits into
base: parkyunhwan
Choose a base branch
from
Open

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    c12bbc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5adeec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a9955d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    891c0f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    89511f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233f0ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa12420 View commit details
    Browse the repository at this point in the history
  4. feat : frames 테스트 추가

    현재 프레임의 위치와 Frame의 볼링을 친 갯수에 따라 다음 프레임 진행여부를 판단함
    Parkyunhwan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2c386db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    682acf0 View commit details
    Browse the repository at this point in the history
  6. refactor : OutputView 출력 로직 개선

    HitRecord에 각 투구 당시의 상황에 따른 볼링친 갯수와 그에따른 볼링용어를 기록하도록 함
    Parkyunhwan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c2958f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e4cf29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8b36eb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    8f3d3be View commit details
    Browse the repository at this point in the history
  2. refactor : 다형성을 이용해 Frame객체만으로 일반프레임과 마지막프레임 수행할 수 있도록 수정

    BowlingGame과 Frames는 어떤 프레임인지 모르고 실행해도 실객체에 따라 알아서 스트라이크 조건과 프레임완료조건이 다르게 실행됨.
    Parkyunhwan committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fb52c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be3e100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0370f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. refactor : score 추가

    Parkyunhwan committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7c0be80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cffcd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa45f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3149326 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cf08a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aee060a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02b2620 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6240488 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fa9b91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b7adc3 View commit details
    Browse the repository at this point in the history
  11. feat : frames 테스트 추가

    현재 프레임의 위치와 Frame의 볼링을 친 갯수에 따라 다음 프레임 진행여부를 판단함
    Parkyunhwan committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    93a9a5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ef1e8f View commit details
    Browse the repository at this point in the history
  13. refactor : OutputView 출력 로직 개선

    HitRecord에 각 투구 당시의 상황에 따른 볼링친 갯수와 그에따른 볼링용어를 기록하도록 함
    Parkyunhwan committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    793292b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94be0c5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5e8d2e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6812ccb View commit details
    Browse the repository at this point in the history
  17. refactor : 다형성을 이용해 Frame객체만으로 일반프레임과 마지막프레임 수행할 수 있도록 수정

    BowlingGame과 Frames는 어떤 프레임인지 모르고 실행해도 실객체에 따라 알아서 스트라이크 조건과 프레임완료조건이 다르게 실행됨.
    Parkyunhwan committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1e39ba1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6f4a592 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    011e1a0 View commit details
    Browse the repository at this point in the history
  20. refactor : score 추가

    Parkyunhwan committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0f996a8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7ef92d9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    443d2f3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    832c52f View commit details
    Browse the repository at this point in the history