Skip to content

[캐릭터 생성] 요구 사항 분석을 바탕으로 세부 설계 작성#39

Merged
Joseph-Cha merged 5 commits intomainfrom
Design
Apr 4, 2021
Merged

[캐릭터 생성] 요구 사항 분석을 바탕으로 세부 설계 작성#39
Joseph-Cha merged 5 commits intomainfrom
Design

Conversation

@Joseph-Cha
Copy link
Owner

캐릭터 생성과 관련된 설계 내용입니다.
장기적으로 봤을 때 부수적인 데이터를 저장하는 클래스(DataManager)와 플레이어 정보를 저장하는 PlayerData 클래스가 필요할 것 같아서 우선 데이터를 저장하고 불러오는 방식으로 설계를 했습니다.

@Joseph-Cha Joseph-Cha added this to the 캐릭터 생성 milestone Mar 28, 2021
@Joseph-Cha Joseph-Cha requested a review from jongfeel March 28, 2021 10:38
@Joseph-Cha Joseph-Cha linked an issue Mar 28, 2021 that may be closed by this pull request
Copy link
Collaborator

@jongfeel jongfeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Player class 정의를 해보면 좋을 것 같습니다.

이 class만 잘 정의해도 꽤 그럴싸하게 시뮬레이션 할 수 있는 테스트도 가능해집니다.

@Joseph-Cha
Copy link
Owner Author

Joseph-Cha commented Apr 4, 2021

우선 플레이어 생성과 관련된 것에 한해서 설계문 작성했습니다. 말씀해주신 Player class 부분은 다음 단계에서 구체적으로 작성하겠습니다.

그리고 데이터와 행위 부분을 따로 따로 작성했던 부분을(DataManager와 GameManager) GameManager에 통합해서 관리하려고 합니다.

Copy link
Collaborator

@jongfeel jongfeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기까지 좋은 것 같습니다.

Player class 코드를 작성해 보고 또 변경 사항들을 판단해서 계속 수정 보완해 나가면 좋을 것 같네요.

@Joseph-Cha
Copy link
Owner Author

네넹!

@Joseph-Cha Joseph-Cha merged commit 5cf255d into main Apr 4, 2021
@Joseph-Cha Joseph-Cha deleted the Design branch April 4, 2021 10:26
@Joseph-Cha Joseph-Cha restored the Design branch April 19, 2021 12:27
@Joseph-Cha Joseph-Cha deleted the Design branch April 19, 2021 12:30
@Joseph-Cha Joseph-Cha added the design 설계와 관련된 라벨 label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

design 설계와 관련된 라벨

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[캐릭터 생성] 요구 사항 분석을 바탕으로 세부 설계

2 participants