숫자 야구게임 미션을 진행하는 저장소
- Main class에 모든 거 구현하는 방법 (develop branch)
- main class 및 main method 및 다른 method 뼈대 세우기 (#1 make main class)
- createRandomNumber() method 구현 (#2 make random method)
- Input() method 구현 (#3 make input method)
- playBaseball() method 구현 (#4 make baseball method)
- countBall() method ($5 make countBall method)
- countStrike() method (#6 make countStrike method)
- output() method 구현 (#7 make output method)
- isRegame() method 구현 (#8 make regame method)
- isValid() method 구현 (#9 make valid method)