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

[블랙잭] 킬리안(박명규) 미션 제출합니다. #2

Open
wants to merge 22 commits into
base: kilian
Choose a base branch
from

Conversation

audrb96
Copy link

@audrb96 audrb96 commented Jun 2, 2024

java-blackjack

comment

열심히는 했는데.. 어렵네요 ㅠㅠ

기능 요구 사항

  • 카드의 숫자 계산은 카드 숫자를 기본으로 하며, 예외로 Ace는 1 또는 11로 계산할 수 있으며, King, Queen, Jack은 각각 10으로 계산한다.
  • 게임을 시작하면 플레이어는 두 장의 카드를 지급 받으며, 두 장의 카드 숫자를 합쳐 21을 초과하지 않으면서 21에 가깝게 만들면 이긴다. 21을 넘지 않을 경우 원한다면 얼마든지 카드를 계속 뽑을 수 있다.
  • 딜러는 처음에 받은 2장의 합계가 16이하이면 반드시 1장의 카드를 추가로 받아야 하고, 17점 이상이면 추가로 받을 수 없다.
  • 게임을 완료한 후 각 플레이어별로 승패를 출력한다.

구현 목록

  • 게임의 참여할 사람을 입력받는다.
  • 딜러와 플레이어들이 카드를 나눠 받는다.
  • 딜러와 플레이어들이 추가 카드를 나눠 갖는다.
  • 딜러와 플레이어들의 결과를 출력한다.
  • 최종 결과를 출력한다.

@audrb96 audrb96 requested review from sc0116 and rueun June 2, 2024 11:11
@audrb96 audrb96 self-assigned this Jun 2, 2024
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