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

[4, 5단계 - 체스] 라이언(권영훈) 미션 제출합니다. #235

Merged
merged 130 commits into from
Apr 12, 2021

Commits on Mar 16, 2021

  1. docs: 리드미 구현 목록 작성

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    27eea54 View commit details
    Browse the repository at this point in the history
  2. feat: 프로젝트 파일 구조 생성

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7b41611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ff0366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    612ce53 View commit details
    Browse the repository at this point in the history
  5. docs: README 업데이트

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    da59418 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd15b1a View commit details
    Browse the repository at this point in the history
  7. feat(Position): 생성자 추가

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    65371aa View commit details
    Browse the repository at this point in the history
  8. feat(Empty): empty예외 구현

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e90c792 View commit details
    Browse the repository at this point in the history
  9. feat(King): 킹 스케레톤 코드 구현

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2e65682 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef48684 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f036d6b View commit details
    Browse the repository at this point in the history
  12. feat(King): 킹 움직임 구현

    hoony committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2e26da1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2112313 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    f6b677e View commit details
    Browse the repository at this point in the history
  2. refactor: 움직임 메서드 리펙토링

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3776fd9 View commit details
    Browse the repository at this point in the history
  3. feat(Grid): 체스판 초기화

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    96aa010 View commit details
    Browse the repository at this point in the history
  4. feat(Direction): 방향 Enum 추가

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a186116 View commit details
    Browse the repository at this point in the history
  5. feat(Grid): 그리드 구현

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    f9ecd41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dbe3b8 View commit details
    Browse the repository at this point in the history
  7. feat(Bishop): 비숍 관련 로직 구현

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0f5b708 View commit details
    Browse the repository at this point in the history
  8. feat(Rook): 룩 관련 로직 구현

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3f4f062 View commit details
    Browse the repository at this point in the history
  9. docs: 기능 구현 목록 업데이트

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6cb36ce View commit details
    Browse the repository at this point in the history
  10. feat(Queen): 퀸 관련 로직 구현

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    23e7aef View commit details
    Browse the repository at this point in the history
  11. feat(Knight): 나이트 관련 로직 구현

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    16c1962 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8680f6 View commit details
    Browse the repository at this point in the history
  13. refactor: 불필요한 코드 제거

    hoony committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6365cfa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75a0b53 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cdaf2ca View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    101d677 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    1996682 View commit details
    Browse the repository at this point in the history
  2. refactor: 체스말 배치 네이밍 변경

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    bdf163c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3513ec View commit details
    Browse the repository at this point in the history
  4. refactor: 가는 방향 검증 네이밍 수정

    todo: 폰 무브
    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    69b30cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9282eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    206f0b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9875051 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5238d71 View commit details
    Browse the repository at this point in the history
  9. refactor: 가는 방향 검증 네이밍 수정

    todo: 폰 무브
    hoony authored and jaeseongDev committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8324ee8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d12ded4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    768f509 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f776685 View commit details
    Browse the repository at this point in the history
  13. refactor: domain의 getter들 리팩토링

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7097bb3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c6637dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d609d9a View commit details
    Browse the repository at this point in the history
  16. fix: isEmpty 수정

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    83e83df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1c1002 View commit details
    Browse the repository at this point in the history
  18. feat: 폰 움직임 구현

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7dcd632 View commit details
    Browse the repository at this point in the history
  19. refactor: controller 분리

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e7e0fa5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f8d4c2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3df65d3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d81f786 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0dac739 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    06c9376 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f80bf5b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    36ff8f4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1713ef7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c34bdd3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    af9fd29 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    57759a8 View commit details
    Browse the repository at this point in the history
  31. feat: 플레이어 순서 추가

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    4bf176c View commit details
    Browse the repository at this point in the history
  32. feat: 승자 판별 구현

    hoony committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1c79923 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    2e380a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67f5ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f8268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fec2d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c07e63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de7e577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15ada50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    848b55f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b29f8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0537d3f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    403c3d2 View commit details
    Browse the repository at this point in the history
  12. refactor: 상태패턴 리팩터링

    hoony committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    67e80a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    e35961c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3826f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f078317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d10d37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ba3daf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    963e5b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eece287 View commit details
    Browse the repository at this point in the history
  8. refactor: grid 역할 분리

    todo: 서비스 삭제
    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f44a710 View commit details
    Browse the repository at this point in the history
  9. refactor: service 삭제

    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    b0f1655 View commit details
    Browse the repository at this point in the history
  10. refactor: 움직이는 로직은 Piece로 이동

    jaeseongDev authored and hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    dacf443 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac801c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    754b9c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1a602f View commit details
    Browse the repository at this point in the history
  14. reafactor: try-catch 추가

    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    c43db81 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a49374d View commit details
    Browse the repository at this point in the history
  16. feat: 테스트 케이스 추가

    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f2667a6 View commit details
    Browse the repository at this point in the history
  17. refactor: resolve merge conflict

    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    2426a5f View commit details
    Browse the repository at this point in the history
  18. refactor: 테스트 수정

    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d84e0b8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0ef1dba View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c055ea6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    efd9e9e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    78cbe9d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a0f156d View commit details
    Browse the repository at this point in the history
  24. fix: 버그 픽스

    hoony committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ea7de41 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    1e3b452 View commit details
    Browse the repository at this point in the history
  2. refactor: Row, Column Enum으로 랩핑

    hoony committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c31e0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d472193 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7829565 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. fix: 입력에 따른 에러 수정

    hoony committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ef4f91a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    1378d73 View commit details
    Browse the repository at this point in the history
  2. docs: 구현 목록 작성 4단계

    hoony committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7481be7 View commit details
    Browse the repository at this point in the history
  3. feat: html/css 체스보드 작성

    hoony committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b2650d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. refactor: 컨트롤에서 상태 분리

    hoony committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    4b9b318 View commit details
    Browse the repository at this point in the history
  2. feat: 말 움직임 구현

    hoony committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    719b235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4b061b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. feat: 점수 계산 및 턴 구현

    hoony committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2bbb124 View commit details
    Browse the repository at this point in the history
  2. feat: css 수정

    hoony committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    46b1733 View commit details
    Browse the repository at this point in the history
  3. feat: font 변경

    hoony committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7c0dbe2 View commit details
    Browse the repository at this point in the history
  4. feat: 버튼 스타일 추가

    hoony committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    a9ecf49 View commit details
    Browse the repository at this point in the history
  5. refactor: King, Queen 심볼 변경

    hoony committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    61d654e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. feat: db 구현

    hoony committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    735ab12 View commit details
    Browse the repository at this point in the history
  2. refactor: js 버튼 ui 리팩토링

    hoony committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1166ecf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcd5045 View commit details
    Browse the repository at this point in the history
  4. refactor: 스타일 변경

    hoony committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    88ef082 View commit details
    Browse the repository at this point in the history
  5. refactor: css 패키지 분리

    hoony committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d01058e View commit details
    Browse the repository at this point in the history
  6. refactor: turn 싱크 안맞는 부분 수정

    hoony committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7fa3488 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb50826 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. refactor: PieceMapper 추가

    hoony committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    74c4fd9 View commit details
    Browse the repository at this point in the history
  2. refactor: Enum PieceMapper 리팩토링

    hoony committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    430598d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26dc31 View commit details
    Browse the repository at this point in the history
  4. docs: 구현 목록 업데이트

    hoony committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9837de7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. refactor: 커맨트 삭제

    hoony committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    6523c82 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. refactor: Chess 엔티티 패키지 분리

    hoony committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5849615 View commit details
    Browse the repository at this point in the history
  2. feat: connection test 추가

    hoony committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ad8d890 View commit details
    Browse the repository at this point in the history
  3. refactor: html response message 수정

    hoony committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5c32d38 View commit details
    Browse the repository at this point in the history
  4. feat: connection pooling 구현

    hoony committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    56d3516 View commit details
    Browse the repository at this point in the history
  5. refactor: 주석 삭제

    hoony committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    6efff11 View commit details
    Browse the repository at this point in the history