fixed bugs
This commit is contained in:
parent
8ef19f13a1
commit
0fb12ca2e1
@ -26,10 +26,14 @@ function move(id)
|
||||
var winner = win();
|
||||
|
||||
if (winner != 0)
|
||||
{
|
||||
if (winner != 3)
|
||||
{
|
||||
score[winner - 1]++;
|
||||
|
||||
info['score'].innerHTML = score[0] + " | " + score[1];
|
||||
}
|
||||
|
||||
info['go'] = "X's Go";
|
||||
|
||||
ptm = 1;
|
||||
|
@ -29,7 +29,7 @@ button
|
||||
font-size: xx-large;
|
||||
font-style: bold;
|
||||
|
||||
background-color: #EC4E20;
|
||||
background-color: #ec5020;
|
||||
}
|
||||
|
||||
#reset
|
||||
|
Loading…
Reference in New Issue
Block a user