Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-open-source
/
BaseBallSimulator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오진혁
2021-06-10 09:09:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ef0c051634d72191a066fe914075dee0ac01eba
3ef0c051
1 parent
4daa62e0
Modify README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
README.md
README.md
View file @
3ef0c05
...
...
@@ -20,12 +20,14 @@
### 로컬 서버를 이용하여 구동하는 방법
(1) 원하는 디렉토리에서 git bash를 열어 다음 코드를 이용하여 clone을 진행합니다.
+
Nodejs 설치가 필요합니다. https://nodejs.org/
(1) 원하는 디렉토리에서 git bash를 열어 다음 코드를 입력하여 clone을 진행합니다.
$ git clone http://khuhub.khu.ac.kr/2021-1-open-source/BaseBallSimulator.git
(2) ./BaseBallSimulator/의 위치로 이동한 후 다음 코드를
이용
하여 필요한 요소들을 설치합니다.
(2) ./BaseBallSimulator/의 위치로 이동한 후 다음 코드를
입력
하여 필요한 요소들을 설치합니다.
$ npm install
...
...
@@ -52,7 +54,7 @@
2) 시뮬레이션 버튼을 클릭하면 각 이닝별 베이스 상태와 아웃카운트, 스코어 등이 출력되며, 이를 기반으로 예측된 최종 스코어로 승리 팀과 패배 팀을 도출하여 출력합니다.
3)
3)
승률 예측 버튼을 클릭하면 모의 경기를 몇 번 할 것인지 설정할 수 있고 원정팀과 홈팀 각각의 승리 횟수와 무승부 횟수, 그리고 각 팀의 승리 확률을 출력합니다.
## RoadMap
...
...
Please
register
or
login
to post a comment