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

[1단계 - 사다리 생성] 허브(방대의) 미션 제출합니다. #97

Merged
merged 30 commits into from
Feb 16, 2023

Commits on Feb 14, 2023

  1. docs: 요구사항 정리

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    244004a View commit details
    Browse the repository at this point in the history
  2. feat: 참가자 생성 기능 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    187cab7 View commit details
    Browse the repository at this point in the history
  3. remove: 사용하지 않는 SuppressWarning 제거

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3eb9db8 View commit details
    Browse the repository at this point in the history
  4. feat: LineStatus 생성 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2564118 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. feat: Line 생성 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    bb8e17c View commit details
    Browse the repository at this point in the history
  2. feat: Ladder 생성 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    97fb1f8 View commit details
    Browse the repository at this point in the history
  3. feat: 입력 기능 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8c620ed View commit details
    Browse the repository at this point in the history
  4. feat: 출력 기능 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    aee791d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. refactor: 메소드 분리 및 호출 순서 변경

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7d48c69 View commit details
    Browse the repository at this point in the history
  2. feat: LadderGame 생성 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7c53ea0 View commit details
    Browse the repository at this point in the history
  3. docs: 요구사항 정리

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1b77fbc View commit details
    Browse the repository at this point in the history
  4. feat: 랜덤 Boolean 값을 반환하는 기능 추가

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    aac2877 View commit details
    Browse the repository at this point in the history
  5. refactor: 사람이름을 List<String>으로 받도록 타입 변경

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f97ccc8 View commit details
    Browse the repository at this point in the history
  6. feat: 컨트롤러 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    343ab37 View commit details
    Browse the repository at this point in the history
  7. feat: 게임 실행 기능 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d848e51 View commit details
    Browse the repository at this point in the history
  8. feat: Player에 대한 일급 컬렉션 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c39048b View commit details
    Browse the repository at this point in the history
  9. refactor: Players 적용

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    194c4d1 View commit details
    Browse the repository at this point in the history
  10. refactor: LineStatus 상태 확인 메소드 추가

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e949722 View commit details
    Browse the repository at this point in the history
  11. test: Test용 BooleanGenerator 구현

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f856fcb View commit details
    Browse the repository at this point in the history
  12. refactor: 가로라인 생성에 대한 책임 분리

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    570baeb View commit details
    Browse the repository at this point in the history
  13. remove: 사용하지 않는 equals & hashcode 제거

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    45f4c01 View commit details
    Browse the repository at this point in the history
  14. style: 공백 정리

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    dad109f View commit details
    Browse the repository at this point in the history
  15. refactor: final 선언 빠진부분 추가

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9c202f0 View commit details
    Browse the repository at this point in the history
  16. feat: 참가인원 반환 기능 추가

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    13d946b View commit details
    Browse the repository at this point in the history
  17. feat: 에러 메시지 출력 기능 추가

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b0ba707 View commit details
    Browse the repository at this point in the history
  18. feat: 재입력 기능 추가

    Co-authored-by: wugawuga <dnr3655@naver.com>
    greeng00se and wugawuga committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e5acabe View commit details
    Browse the repository at this point in the history
  19. docs: 요구사항 정리

    greeng00se committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3ac7d2e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e36141e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9c6732b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0a8418c View commit details
    Browse the repository at this point in the history