Open
Conversation
1. enum으로 구성하여 캡슐화 2. 맞는 번호와 보너스 번호를 조합해서 등수를 구하는 로직 마련
feat: 행운 점수 게임 1차 기능 구현 완료
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 8기 최종 코딩 테스트 : 구현 기능 목록
기본 행성 로또
도메인
예외 처리
추가 기능
💡 고민했던 부분
🏗️ 패키지 구조
🍀 도전 과제 - 행운 점수 게임
최근에 저와 제 친구들은, 카카오톡의 검 키우기에 빠져 있습니다.
이 게임의 매력은, 검으로 벌어들인 돈으로 여러 랜덤 무기들을 뽑고, 결투를 통해 승률을 올리는 것입니다.
단순한 게임이지만 참 재밌어서 아직까지도 하는 중이고, 제 친구들도 이미 중독되어 버렸습니다.
구현 완료 기능 정리
1. 내 프로필 확인 (완성, GameOutputView는 미완)
신경쓴 부분
enum 도메인 test 로직 작성
DTO 마련
아쉬운점