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

[bean] review용 PR #222

Open
wants to merge 74 commits into
base: review-bean
Choose a base branch
from

Conversation

tjdqls1200
Copy link

No description provided.

tjdqls1200 and others added 30 commits March 6, 2023 15:05
- 게임을 진행하는 LadderGame 클래스 생성
- 게임 입출력을 담당하는 Screen 클래스 생성
- 중복 이름 제외
- 알파벳 + 숫자 1~5 자리 허용
tjdqls1200 and others added 30 commits March 13, 2023 10:36
- 시작 위치와 현재 위치를 나타내는 Point 클래스 생성
- 방향을 나타내는 Direction Enum 클래스 생성
- Ladder 생성 성공, 실패 테스트
- 사다리 모양 List<String> 생성 테스트
- 사다리 게임 결과 생성 테스트
- Colleciton을 Optional로 감싸는 코드 제거
- while문에서 Optional isEmpty()를 체크하면서 반복하던 코드를 orElseGet()으로 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant