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

세븐 포커 클라이언트 구현 #8

Open
degurii opened this issue Apr 12, 2022 · 2 comments
Open

세븐 포커 클라이언트 구현 #8

degurii opened this issue Apr 12, 2022 · 2 comments
Labels

Comments

@degurii
Copy link
Member

degurii commented Apr 12, 2022

  • 게임 룸의 유저 정보, 배치, 매 턴 액션과 그에 따른 데이터를 주입받아 게임을 렌더링하는 클라이언트 컴포넌트
  • 액션을 주고받는 방식은 충분히 바뀔 가능성이 있으므로 분리하여 구현
  • 영상 스트림도 함께 결합해야함. 고려해서 구현할 것
@degurii
Copy link
Member Author

degurii commented Apr 12, 2022

선 구현

  1. 대기 화면 -> ready 가능
  2. 카드 나눠주는 모션
  3. 첫 턴에서 버릴 카드, 오픈할 카드 선택
  4. 베팅 액션 -> 내 턴일때만 가능
  5. 현재 베팅 단계인 유저 표시
  6. 총 베팅 금액, 가능 베팅별 베팅될 금액
  7. 유저별 보유 머니
  8. 유저별 핸드

후 구현

  1. 나가기(예약)
  2. 금액 단위는 만단위 부터
  3. 채팅
  4. 유저 정보 열람
  5. 베팅된 칩 ui

@degurii
Copy link
Member Author

degurii commented Apr 12, 2022

생각해봐야할 부분

  1. 모종의 이유로 클라이언트가 서버쪽 메세지를 못받은 경우 어떻게 처리할 것인가?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant