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

숫자 야구 플로우 차트 및 Step1,Step2,Step3 구현 #1

Closed
4 tasks done
jay-so opened this issue Mar 14, 2025 · 0 comments · Fixed by #17
Closed
4 tasks done

숫자 야구 플로우 차트 및 Step1,Step2,Step3 구현 #1

jay-so opened this issue Mar 14, 2025 · 0 comments · Fixed by #17
Assignees

Comments

@jay-so
Copy link
Member

jay-so commented Mar 14, 2025

개요

  • 숫자 야구 프로그램 플로우 차트 작성
  • step1. 랜덤으로 컴퓨터가 3자리를 생성
  • step2. 프로그램 입출력 구현
    • 게임 시작 문구 출력
    • 입력 시 생성된 랜덤 숫자와 일치하면 스트라이크, 다른 볼에 있다면 볼, 같은 수가 없을 경우 낫싱 출력
  • step3. 프로그램 생성 숫자와 사용자 입력 숫자가 모두 맞을 경우 3스트라이크 구현

작업 예정 목록

  • 숫자 야구 프로그램 플로우 차트 작성
  • 프로그램 입출력 구현
  • 게임 시작 문구 출력
  • 프로그램 생성 숫자와 사용자 입력 숫자 비교

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment