Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sj1225/number-baseball-game
숫자 야구 게임입니다. (C#, WinForms)
https://github.com/sj1225/number-baseball-game
csharp winforms
Last synced: 8 days ago
JSON representation
숫자 야구 게임입니다. (C#, WinForms)
- Host: GitHub
- URL: https://github.com/sj1225/number-baseball-game
- Owner: sj1225
- Created: 2024-05-05T10:42:01.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T15:47:56.000Z (8 months ago)
- Last Synced: 2024-11-28T19:55:03.873Z (2 months ago)
- Topics: csharp, winforms
- Language: C#
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚾ 숫자 야구 게임(Number baseball game)
무작위로 정해진 4자리 숫자를 맞추는 게임입니다.
각 자리의 숫자는 중복되지 않으며, 최대 10번까지 시도할 수 있습니다.
시도마다 정답과 얼마나 유사한지 볼/스트라이크의 개수로 알려줍니다.- 정답과 숫자, 위치가 전부 다르면 **아웃(out)**
- 정답과 숫자는 같지만, 위치가 다르면 **볼(ball)**
- 정답과 숫자, 위치가 전부 같으면 **스트라이크(strike)**(예시) 정답이 1357인 경우,
- 입력: 2468 / 출력: 아웃
- 입력: 3478 / 출력: 2B
- 입력: 1429 / 출력: 1S
- 입력: 7931 / 출력: 1S 2B
- 입력: 1357 / 출력: 정답!### 기술 스택
- C#
- WinForms