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

[Wordle] 호우팀(우유) 미션 제출합니다. #19

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

Commits on Jun 16, 2024

  1. test : 단어 테스트

    - 단어가 존재하지 않을 경우
    - 단어가 존재 할 경우
    - 현재날짜 기준으로 단어 추출
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    300705c View commit details
    Browse the repository at this point in the history
  2. test : 게임 실행

    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0e29dbc View commit details
    Browse the repository at this point in the history
  3. test : 스테이지 테스트

    - 스테이지 상태가 fail
    - 스테이지 상태가 progress일때
    - 정답을 맞췄을때
    - 정답을 맞추지 못했을때
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b034aab View commit details
    Browse the repository at this point in the history
  4. test : 스텝 테스트

    - 완전히 동일한 단어리 경우
    - 포함되어있지만 위치가 일치하지 않을 경우
    - 단어 포함, 위치 일치
    - 단어는 포함되어 있으나 위치가 일치하지 않고 정답개수의 단어보다 입력 갯수가 더 많을 경우 일치한 횟수(왼쪽에서 오른쪽으로 계산)가 적을 경우
    - 단어는 포함조차 안되어있을 경우
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    31846ce View commit details
    Browse the repository at this point in the history
  5. test : 단어 테스트

    - 모두 영문으로 구성
    - 5글자가 아닐 경우
    - 영어를 대문자에서 소문자로 치환
    - 단어가 존재하지 않을 경우
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    dcad2b3 View commit details
    Browse the repository at this point in the history
  6. fix : jdk 버전 수정

    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8c77714 View commit details
    Browse the repository at this point in the history
  7. fix : indent 수정

    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f0c3b84 View commit details
    Browse the repository at this point in the history
  8. feat : 실행 파일 추가

    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    cc8fa0b View commit details
    Browse the repository at this point in the history
  9. feat : 사전 역할 생성

    - 파일에서 특정 단어 추출
    - 단어 존재여부 체크
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    41e9aae View commit details
    Browse the repository at this point in the history
  10. feat : 게임 역할 생성

    - 게임 시작
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ef38d78 View commit details
    Browse the repository at this point in the history
  11. feat : 입력 역할 생성

    - 단어 입력
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2265953 View commit details
    Browse the repository at this point in the history
  12. feat : 출력 역할 생성

    - 게임 시작 문구
    - 정답 입력 요청 문구
    - 결과 문구
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f4e7ba7 View commit details
    Browse the repository at this point in the history
  13. feat : 스테이지 역할 생성

    - 게임 진행 여부
    - 게임 플레이
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7702247 View commit details
    Browse the repository at this point in the history
  14. feat : 단계 역할 생성

    - 단계별 답 체크
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7893ae7 View commit details
    Browse the repository at this point in the history
  15. feat : 단어 역할 생성

    - 단어 5글자 여부 체크
    - 단어 영문 여부 체크
    - 존재 야부 체크
    - 소문자로 치환
    cousim46 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    37e4539 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9186d5e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73296da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c43baa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7980f69 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. fix: fail시 X/6 화면 노출

    woo-yu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d24df44 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. fix: dictionary 분리

    - AnswerSelector 개념 추가
    - Dictionary 확장하여 file 기반으로 명명
    woo-yu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1699aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397a5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54bcaf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    977b25e View commit details
    Browse the repository at this point in the history
  5. fix: EOF

    woo-yu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    8a2da06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2181344 View commit details
    Browse the repository at this point in the history
  7. test: test assertAll로 수정

    woo-yu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    925ea1f View commit details
    Browse the repository at this point in the history
  8. fix: c -> letter로 수정

    woo-yu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    0595694 View commit details
    Browse the repository at this point in the history