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

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

Commits on Apr 15, 2022

  1. docs: 요구사항 정리

     - 필요 도메인 추출
     - 각 도메인 핵심 로직 구상
    pci2676 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    62eb63d View commit details
    Browse the repository at this point in the history
  2. feature: 알파벳을 비교하고 찾을 수 있다

     - 알파벳 팩토리를 통해 미리 생성된 알파벳을 사용하도록 한다
    pci2676 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    083426b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d030d View commit details
    Browse the repository at this point in the history
  4. feature: Window 의 비교 결과를 WindowResult 로 추출한다

     - 우선순위에 따라 match 결과를 변경한다.
    pci2676 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    631c872 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c033b60 View commit details
    Browse the repository at this point in the history
  6. feature: wordle에 입력을 하면 입력과 결과에 따라 다음 라운드의 wordle을 반환한다

     - wordle은 성공여부를 판별할수 있다.
    pci2676 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    27a347c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b6ca56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f421c2 View commit details
    Browse the repository at this point in the history
  9. feature : wordle game 구현

     - 비정상적 입력시 재시도
     - 콘솔 입출력 구현
    pci2676 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ea3292f View commit details
    Browse the repository at this point in the history
  10. refactor : 변수이름 변경 및 팩토리 사용

     - 알파벳 변수 이름 변경 _value -> alphabet
     - 알파벳 팩토리를 사용하도록 변경
     - 함수 위치 변경
     - 깨진 테스트 수정
    pci2676 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    777d6cf View commit details
    Browse the repository at this point in the history