Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
woowacourse
/
java-baseball-precourse
Public
Notifications
You must be signed in to change notification settings
Fork
583
Star
67
Code
Issues
0
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[숫자 야구 게임] 정호섭 미션 제출 합니다.
- #608
#608
Open
thsamajiki
wants to merge 9 commits into
woowacourse:main
woowacourse/java-baseball-precourse:main
from
thsamajiki:main
thsamajiki/java-baseball-precourse:main
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
[숫자 야구 게임] 정호섭 미션 제출 합니다.
#608
thsamajiki
wants to merge 9 commits into
woowacourse:main
woowacourse/java-baseball-precourse:main
from
thsamajiki:main
thsamajiki/java-baseball-precourse:main
Copy head branch name to clipboard
Commits
Commits on Oct 21, 2024
chore: 구현할 기능 목록 작성
thsamajiki
committed
600ac8d
View commit details
Copy full SHA for 600ac8d
Browse repository at this point
feat: 컴퓨터가 1에서 9까지 서로 다른 임의의 3자리의 난수를 생성하는 기능 추가
thsamajiki
committed
3870332
View commit details
Copy full SHA for 3870332
Browse repository at this point
feat: 사용자는 컴퓨터가 생각하고 있는 3자리의 수를 입력하는 기능 추가
thsamajiki
committed
c5cb215
View commit details
Copy full SHA for c5cb215
Browse repository at this point
feat: 입력값이 잘못된 경우를 예외 처리하는 기능 추가
thsamajiki
committed
6869b3d
View commit details
Copy full SHA for 6869b3d
Browse repository at this point
feat: 입력된 수와 컴퓨터가 생성한 난수를 비교하는 기능 추가
thsamajiki
committed
5a6cacf
View commit details
Copy full SHA for 5a6cacf
Browse repository at this point
feat: 비교한 결과를 출력하는 기능 추가
thsamajiki
committed
b1dc29c
View commit details
Copy full SHA for b1dc29c
Browse repository at this point
feat: 3스트라이크인 경우 게임 종료를 알리고, 게임 재시작 여부를 묻고 입력하는 기능 추가
thsamajiki
committed
ef6fc42
View commit details
Copy full SHA for ef6fc42
Browse repository at this point
feat: 사용자가 잘못된 값을 입력한 경우 `IllegalArgumentException`을 발생시키고 애플리케이션을 종료하는 기능 추가
thsamajiki
committed
279c04f
View commit details
Copy full SHA for 279c04f
Browse repository at this point
test: 게임시작 후 입력 테스트
thsamajiki
committed
41b3252
View commit details
Copy full SHA for 41b3252
Browse repository at this point
You can’t perform that action at this time.