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-04 08:06:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb85129e877a312cd1238043fb7dbc87b5db8b68
bb85129e
1 parent
0d147265
2루타 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
temp_algorithm.js
temp_algorithm.js
View file @
bb85129
...
...
@@ -101,7 +101,7 @@ function pre_algorithm(){//algorithm(hitter_list1, hitter_list2, pitcher1, pitch
document
.
getElementById
(
'jstest'
).
innerHTML
+=
(
"2루타!"
);
}
if
(
0.4
<
num2
&&
num2
<=
0.7
){
else
if
(
0.4
<
num2
&&
num2
<=
0.7
){
switch
(
home_away
){
case
1
:
score1
=
score1
+
base3
+
base2
+
base1
;
...
...
Please
register
or
login
to post a comment