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

[둘리] 3, 4단계 오목 제출합니다. #34

Merged
merged 55 commits into from
Mar 29, 2023

Commits on Mar 24, 2023

  1. rebase: step2

    woowahan-pjs authored and hyemdooly committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f4e19dd View commit details
    Browse the repository at this point in the history
  2. feat: set up the android project

    woowahan-pjs authored and hyemdooly committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1fea9a1 View commit details
    Browse the repository at this point in the history
  3. feat: domain 이동

    hyemdooly committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ea810cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e4a8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d5a9ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aeb6a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfe2f72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fce9c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9b8b7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bf95f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3663712 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00b6655 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bbc9fdd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dba7e4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    51d920c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bcfeedb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    15a1a7b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ebbbff4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    116de7b View commit details
    Browse the repository at this point in the history
  20. feat(MainActivity, Omok, OmokConstract, OmokDBHelper, Players): 데이터베이…

    …스를 이용한 오목판 저장
    hyemdooly committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7308130 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8776916 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a11e464 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ff54862 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9c68fba View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0bde83d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    66200e5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8bedfaa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c753b65 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5b456b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    4508479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a5e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31d1f8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    774c598 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a52748f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e760a35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c6b39f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c0c212 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8a7478 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc554db View commit details
    Browse the repository at this point in the history
  11. refactor(Players, WhitePlayer, BlackPlayer): stone -> point로 명칭 변경, 최…

    …근 플레이어를 구하는 책임 이동
    hyemdooly committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9d15441 View commit details
    Browse the repository at this point in the history
  12. refactor(OmokGameEventListener): InputView의 인터페이스 삭제, GameEventListen…

    …er을 TurnEventListener로 명칭 변경
    hyemdooly committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2d9db1e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19e46b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2aab2ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    160abef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    355405a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e602dd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. refactor(MainActivity, Controller, DBHelper, OutputView): 리스너, DB매니저 …

    …삭제, 뷰 설정 코드 메인 액티비티로 이동, DBHelper에 함수 추가
    hyemdooly committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3178d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb0c20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0e1fa1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    fd3b14b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1ac8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    343d2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ad02c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d347785 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98d9be3 View commit details
    Browse the repository at this point in the history