-
Notifications
You must be signed in to change notification settings - Fork 230
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
[숫자 야구 게임] 이상지 미션 제출합니다. #235
base: main
Are you sure you want to change the base?
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6795da - Browse repository at this point
Copy the full SHA a6795daView commit details -
Initial commit of baseball game application.
* Import the `baseball` package. * Create a `Game` object. * Call the `start()` method on the `Game` object.
Configuration menu - View commit details
-
Copy full SHA for 18a0c27 - Browse repository at this point
Copy the full SHA 18a0c27View commit details -
* Generate 3 random numbers between 1 and 9. * Validate user input. * Calculate strike and ball. * Print game result. * Handle end game.
Configuration menu - View commit details
-
Copy full SHA for 75fcd49 - Browse repository at this point
Copy the full SHA 75fcd49View commit details -
Add data class to represent game result.
* The data class has two properties: `strike` and `ball`. * `strike` represents the number of strikes. * `ball` represents the number of ball.
Configuration menu - View commit details
-
Copy full SHA for c060c71 - Browse repository at this point
Copy the full SHA c060c71View commit details -
Configure Gradle build environment for Java 17.
* Set the file encoding to UTF-8. * Set the console to plain. * Enable automatic downloading of Java installations. * Set the base URL for downloading Java installations to the official Oracle website. * Set the Java version to download to 17. * Set Gradle to automatically detect Java installations from the environment.
Configuration menu - View commit details
-
Copy full SHA for 3d123e8 - Browse repository at this point
Copy the full SHA 3d123e8View commit details -
* 내용 요약 * 기능 요구 사항 명확화 * 입출력 요구 사항 구체화 * 프로그래밍 요구 사항 명확화 * 라이브러리 사용 방법 추가 * 과제 진행 요구 사항 추가
Configuration menu - View commit details
-
Copy full SHA for c17fba9 - Browse repository at this point
Copy the full SHA c17fba9View commit details -
Initial commit of baseball game application.
* Import the `baseball` package. * Create a `Game` object. * Call the `start()` method on the `Game` object.
Configuration menu - View commit details
-
Copy full SHA for c9a16cb - Browse repository at this point
Copy the full SHA c9a16cbView commit details -
* Generate 3 random numbers between 1 and 9. * Validate user input. * Calculate strike and ball. * Print game result. * Handle end game.
Configuration menu - View commit details
-
Copy full SHA for 259a8db - Browse repository at this point
Copy the full SHA 259a8dbView commit details -
Add data class to represent game result.
* The data class has two properties: `strike` and `ball`. * `strike` represents the number of strikes. * `ball` represents the number of balls.
Configuration menu - View commit details
-
Copy full SHA for 7037fba - Browse repository at this point
Copy the full SHA 7037fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0afd2 - Browse repository at this point
Copy the full SHA 5d0afd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdf436 - Browse repository at this point
Copy the full SHA 0cdf436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16925c7 - Browse repository at this point
Copy the full SHA 16925c7View commit details